Versions in this module Expand all Collapse all v1 v1.8.4 Feb 22, 2022 v1.8.3 Feb 22, 2022 Changes in this version + var File_gkeystoreproto_keystore_proto protoreflect.FileDescriptor + var Keystore_ServiceDesc = grpc.ServiceDesc + func RegisterKeystoreServer(s grpc.ServiceRegistrar, srv KeystoreServer) + type GetDatabaseRequest struct + Password string + Username string + func (*GetDatabaseRequest) Descriptor() ([]byte, []int) + func (*GetDatabaseRequest) ProtoMessage() + func (x *GetDatabaseRequest) GetPassword() string + func (x *GetDatabaseRequest) GetUsername() string + func (x *GetDatabaseRequest) ProtoReflect() protoreflect.Message + func (x *GetDatabaseRequest) Reset() + func (x *GetDatabaseRequest) String() string + type GetDatabaseResponse struct + DbServer uint32 + func (*GetDatabaseResponse) Descriptor() ([]byte, []int) + func (*GetDatabaseResponse) ProtoMessage() + func (x *GetDatabaseResponse) GetDbServer() uint32 + func (x *GetDatabaseResponse) ProtoReflect() protoreflect.Message + func (x *GetDatabaseResponse) Reset() + func (x *GetDatabaseResponse) String() string + type KeystoreClient interface + GetDatabase func(ctx context.Context, in *GetDatabaseRequest, opts ...grpc.CallOption) (*GetDatabaseResponse, error) + func NewKeystoreClient(cc grpc.ClientConnInterface) KeystoreClient + type KeystoreServer interface + GetDatabase func(context.Context, *GetDatabaseRequest) (*GetDatabaseResponse, error) + type UnimplementedKeystoreServer struct + func (UnimplementedKeystoreServer) GetDatabase(context.Context, *GetDatabaseRequest) (*GetDatabaseResponse, error) + type UnsafeKeystoreServer interface