Versions in this module Expand all Collapse all v2 v2.0.0 Sep 27, 2022 Changes in this version + var File_key_proto protoreflect.FileDescriptor + var KeyAPI_ServiceDesc = grpc.ServiceDesc + func RegisterKeyAPIServer(s grpc.ServiceRegistrar, srv KeyAPIServer) + type GetKeySetRequest struct + KikId string + Nonce []byte + func (*GetKeySetRequest) Descriptor() ([]byte, []int) + func (*GetKeySetRequest) ProtoMessage() + func (x *GetKeySetRequest) GetKikId() string + func (x *GetKeySetRequest) GetNonce() []byte + func (x *GetKeySetRequest) ProtoReflect() protoreflect.Message + func (x *GetKeySetRequest) Reset() + func (x *GetKeySetRequest) String() string + type GetKeySetResponse struct + Nonce []byte + WrappedKeys []byte + func (*GetKeySetResponse) Descriptor() ([]byte, []int) + func (*GetKeySetResponse) ProtoMessage() + func (x *GetKeySetResponse) GetNonce() []byte + func (x *GetKeySetResponse) GetWrappedKeys() []byte + func (x *GetKeySetResponse) ProtoReflect() protoreflect.Message + func (x *GetKeySetResponse) Reset() + func (x *GetKeySetResponse) String() string + type KeyAPIClient interface + GetKeySet func(ctx context.Context, in *GetKeySetRequest, opts ...grpc.CallOption) (*GetKeySetResponse, error) + func NewKeyAPIClient(cc grpc.ClientConnInterface) KeyAPIClient + type KeyAPIServer interface + GetKeySet func(context.Context, *GetKeySetRequest) (*GetKeySetResponse, error) + type UnimplementedKeyAPIServer struct + func (UnimplementedKeyAPIServer) GetKeySet(context.Context, *GetKeySetRequest) (*GetKeySetResponse, error) + type UnsafeKeyAPIServer interface v2.0.0-ci.17 Sep 27, 2022 Other modules containing this package github.com/cybercryptio/d1-client-go