keyprovider

package
v0.0.0-...-3739264 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KeyProviderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "keyprovider.KeyProviderService",
	HandlerType: (*KeyProviderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "WrapKey",
			Handler:    _KeyProviderService_WrapKey_Handler,
		},
		{
			MethodName: "UnWrapKey",
			Handler:    _KeyProviderService_UnWrapKey_Handler,
		},
		{
			MethodName: "GetReport",
			Handler:    _KeyProviderService_GetReport_Handler,
		},
		{
			MethodName: "SayHello",
			Handler:    _KeyProviderService_SayHello_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "keyprovider.proto",
}

KeyProviderService_ServiceDesc is the grpc.ServiceDesc for KeyProviderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterKeyProviderServiceServer

func RegisterKeyProviderServiceServer(s grpc.ServiceRegistrar, srv KeyProviderServiceServer)

Types

type HelloReply

type HelloReply struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message containing the greetings

func (*HelloReply) Descriptor

func (*HelloReply) Descriptor() ([]byte, []int)

func (*HelloReply) GetMessage

func (m *HelloReply) GetMessage() string

func (*HelloReply) ProtoMessage

func (*HelloReply) ProtoMessage()

func (*HelloReply) Reset

func (m *HelloReply) Reset()

func (*HelloReply) String

func (m *HelloReply) String() string

func (*HelloReply) XXX_DiscardUnknown

func (m *HelloReply) XXX_DiscardUnknown()

func (*HelloReply) XXX_Marshal

func (m *HelloReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HelloReply) XXX_Merge

func (m *HelloReply) XXX_Merge(src proto.Message)

func (*HelloReply) XXX_Size

func (m *HelloReply) XXX_Size() int

func (*HelloReply) XXX_Unmarshal

func (m *HelloReply) XXX_Unmarshal(b []byte) error

type HelloRequest

type HelloRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HelloRequest) Descriptor

func (*HelloRequest) Descriptor() ([]byte, []int)

func (*HelloRequest) GetName

func (m *HelloRequest) GetName() string

func (*HelloRequest) ProtoMessage

func (*HelloRequest) ProtoMessage()

func (*HelloRequest) Reset

func (m *HelloRequest) Reset()

func (*HelloRequest) String

func (m *HelloRequest) String() string

func (*HelloRequest) XXX_DiscardUnknown

func (m *HelloRequest) XXX_DiscardUnknown()

func (*HelloRequest) XXX_Marshal

func (m *HelloRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HelloRequest) XXX_Merge

func (m *HelloRequest) XXX_Merge(src proto.Message)

func (*HelloRequest) XXX_Size

func (m *HelloRequest) XXX_Size() int

func (*HelloRequest) XXX_Unmarshal

func (m *HelloRequest) XXX_Unmarshal(b []byte) error

type KeyProviderGetReportInput

type KeyProviderGetReportInput struct {
	ReportDataHexString  string   `protobuf:"bytes,1,opt,name=reportDataHexString,proto3" json:"reportDataHexString,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyProviderGetReportInput) Descriptor

func (*KeyProviderGetReportInput) Descriptor() ([]byte, []int)

func (*KeyProviderGetReportInput) GetReportDataHexString

func (m *KeyProviderGetReportInput) GetReportDataHexString() string

func (*KeyProviderGetReportInput) ProtoMessage

func (*KeyProviderGetReportInput) ProtoMessage()

func (*KeyProviderGetReportInput) Reset

func (m *KeyProviderGetReportInput) Reset()

func (*KeyProviderGetReportInput) String

func (m *KeyProviderGetReportInput) String() string

func (*KeyProviderGetReportInput) XXX_DiscardUnknown

func (m *KeyProviderGetReportInput) XXX_DiscardUnknown()

func (*KeyProviderGetReportInput) XXX_Marshal

func (m *KeyProviderGetReportInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyProviderGetReportInput) XXX_Merge

func (m *KeyProviderGetReportInput) XXX_Merge(src proto.Message)

func (*KeyProviderGetReportInput) XXX_Size

func (m *KeyProviderGetReportInput) XXX_Size() int

func (*KeyProviderGetReportInput) XXX_Unmarshal

func (m *KeyProviderGetReportInput) XXX_Unmarshal(b []byte) error

type KeyProviderGetReportOutput

type KeyProviderGetReportOutput struct {
	ReportHexString      string   `protobuf:"bytes,1,opt,name=reportHexString,proto3" json:"reportHexString,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyProviderGetReportOutput) Descriptor

func (*KeyProviderGetReportOutput) Descriptor() ([]byte, []int)

func (*KeyProviderGetReportOutput) GetReportHexString

func (m *KeyProviderGetReportOutput) GetReportHexString() string

func (*KeyProviderGetReportOutput) ProtoMessage

func (*KeyProviderGetReportOutput) ProtoMessage()

func (*KeyProviderGetReportOutput) Reset

func (m *KeyProviderGetReportOutput) Reset()

func (*KeyProviderGetReportOutput) String

func (m *KeyProviderGetReportOutput) String() string

func (*KeyProviderGetReportOutput) XXX_DiscardUnknown

func (m *KeyProviderGetReportOutput) XXX_DiscardUnknown()

func (*KeyProviderGetReportOutput) XXX_Marshal

func (m *KeyProviderGetReportOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyProviderGetReportOutput) XXX_Merge

func (m *KeyProviderGetReportOutput) XXX_Merge(src proto.Message)

func (*KeyProviderGetReportOutput) XXX_Size

func (m *KeyProviderGetReportOutput) XXX_Size() int

func (*KeyProviderGetReportOutput) XXX_Unmarshal

func (m *KeyProviderGetReportOutput) XXX_Unmarshal(b []byte) error

type KeyProviderKeyWrapProtocolInput

type KeyProviderKeyWrapProtocolInput struct {
	KeyProviderKeyWrapProtocolInput []byte   `protobuf:"bytes,1,opt,name=KeyProviderKeyWrapProtocolInput,proto3" json:"KeyProviderKeyWrapProtocolInput,omitempty"`
	XXX_NoUnkeyedLiteral            struct{} `json:"-"`
	XXX_unrecognized                []byte   `json:"-"`
	XXX_sizecache                   int32    `json:"-"`
}

func (*KeyProviderKeyWrapProtocolInput) Descriptor

func (*KeyProviderKeyWrapProtocolInput) Descriptor() ([]byte, []int)

func (*KeyProviderKeyWrapProtocolInput) GetKeyProviderKeyWrapProtocolInput

func (m *KeyProviderKeyWrapProtocolInput) GetKeyProviderKeyWrapProtocolInput() []byte

func (*KeyProviderKeyWrapProtocolInput) ProtoMessage

func (*KeyProviderKeyWrapProtocolInput) ProtoMessage()

func (*KeyProviderKeyWrapProtocolInput) Reset

func (*KeyProviderKeyWrapProtocolInput) String

func (*KeyProviderKeyWrapProtocolInput) XXX_DiscardUnknown

func (m *KeyProviderKeyWrapProtocolInput) XXX_DiscardUnknown()

func (*KeyProviderKeyWrapProtocolInput) XXX_Marshal

func (m *KeyProviderKeyWrapProtocolInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyProviderKeyWrapProtocolInput) XXX_Merge

func (m *KeyProviderKeyWrapProtocolInput) XXX_Merge(src proto.Message)

func (*KeyProviderKeyWrapProtocolInput) XXX_Size

func (m *KeyProviderKeyWrapProtocolInput) XXX_Size() int

func (*KeyProviderKeyWrapProtocolInput) XXX_Unmarshal

func (m *KeyProviderKeyWrapProtocolInput) XXX_Unmarshal(b []byte) error

type KeyProviderKeyWrapProtocolOutput

type KeyProviderKeyWrapProtocolOutput struct {
	KeyProviderKeyWrapProtocolOutput []byte   `protobuf:"bytes,1,opt,name=KeyProviderKeyWrapProtocolOutput,proto3" json:"KeyProviderKeyWrapProtocolOutput,omitempty"`
	XXX_NoUnkeyedLiteral             struct{} `json:"-"`
	XXX_unrecognized                 []byte   `json:"-"`
	XXX_sizecache                    int32    `json:"-"`
}

func (*KeyProviderKeyWrapProtocolOutput) Descriptor

func (*KeyProviderKeyWrapProtocolOutput) Descriptor() ([]byte, []int)

func (*KeyProviderKeyWrapProtocolOutput) GetKeyProviderKeyWrapProtocolOutput

func (m *KeyProviderKeyWrapProtocolOutput) GetKeyProviderKeyWrapProtocolOutput() []byte

func (*KeyProviderKeyWrapProtocolOutput) ProtoMessage

func (*KeyProviderKeyWrapProtocolOutput) ProtoMessage()

func (*KeyProviderKeyWrapProtocolOutput) Reset

func (*KeyProviderKeyWrapProtocolOutput) String

func (*KeyProviderKeyWrapProtocolOutput) XXX_DiscardUnknown

func (m *KeyProviderKeyWrapProtocolOutput) XXX_DiscardUnknown()

func (*KeyProviderKeyWrapProtocolOutput) XXX_Marshal

func (m *KeyProviderKeyWrapProtocolOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyProviderKeyWrapProtocolOutput) XXX_Merge

func (*KeyProviderKeyWrapProtocolOutput) XXX_Size

func (m *KeyProviderKeyWrapProtocolOutput) XXX_Size() int

func (*KeyProviderKeyWrapProtocolOutput) XXX_Unmarshal

func (m *KeyProviderKeyWrapProtocolOutput) XXX_Unmarshal(b []byte) error

type KeyProviderServiceClient

KeyProviderServiceClient is the client API for KeyProviderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type KeyProviderServiceServer

KeyProviderServiceServer is the server API for KeyProviderService service. All implementations must embed UnimplementedKeyProviderServiceServer for forward compatibility

type UnimplementedKeyProviderServiceServer

type UnimplementedKeyProviderServiceServer struct {
}

UnimplementedKeyProviderServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedKeyProviderServiceServer) SayHello

type UnsafeKeyProviderServiceServer

type UnsafeKeyProviderServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeKeyProviderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to KeyProviderServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL