Versions in this module Expand all Collapse all v0 v0.1.0 Jul 5, 2023 Changes in this version + const KMSService_Seal_FullMethodName + const KMSService_Unseal_FullMethodName + var ErrIntOverflow = fmt.Errorf("proto: integer overflow") + var ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") + var File_kms_kms_proto protoreflect.FileDescriptor + var KMSService_ServiceDesc = grpc.ServiceDesc + func RegisterKMSServiceServer(s grpc.ServiceRegistrar, srv KMSServiceServer) + type KMSServiceClient interface + Seal func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + Unseal func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + func NewKMSServiceClient(cc grpc.ClientConnInterface) KMSServiceClient + type KMSServiceServer interface + Seal func(context.Context, *Request) (*Response, error) + Unseal func(context.Context, *Request) (*Response, error) + type Request struct + Data []byte + NodeUuid string + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (m *Request) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Request) MarshalToVT(dAtA []byte) (int, error) + func (m *Request) MarshalVT() (dAtA []byte, err error) + func (m *Request) SizeVT() (n int) + func (m *Request) UnmarshalVT(dAtA []byte) error + func (this *Request) EqualMessageVT(thatMsg proto.Message) bool + func (this *Request) EqualVT(that *Request) bool + func (x *Request) GetData() []byte + func (x *Request) GetNodeUuid() string + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type Response struct + Data []byte + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Response) MarshalToVT(dAtA []byte) (int, error) + func (m *Response) MarshalVT() (dAtA []byte, err error) + func (m *Response) SizeVT() (n int) + func (m *Response) UnmarshalVT(dAtA []byte) error + func (this *Response) EqualMessageVT(thatMsg proto.Message) bool + func (this *Response) EqualVT(that *Response) bool + func (x *Response) GetData() []byte + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type UnimplementedKMSServiceServer struct + func (UnimplementedKMSServiceServer) Seal(context.Context, *Request) (*Response, error) + func (UnimplementedKMSServiceServer) Unseal(context.Context, *Request) (*Response, error) + type UnsafeKMSServiceServer interface