Versions in this module Expand all Collapse all v1 v1.7.17 Aug 31, 2022 Changes in this version + var File_keystore_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 + ServerAddr string + func (*GetDatabaseResponse) Descriptor() ([]byte, []int) + func (*GetDatabaseResponse) ProtoMessage() + func (x *GetDatabaseResponse) GetServerAddr() string + 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