Documentation
¶
Index ¶
- Variables
- type GetDatabaseRequest
- func (*GetDatabaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDatabaseRequest) GetPassword() string
- func (x *GetDatabaseRequest) GetUsername() string
- func (*GetDatabaseRequest) ProtoMessage()
- func (x *GetDatabaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetDatabaseRequest) Reset()
- func (x *GetDatabaseRequest) String() string
- type GetDatabaseResponse
- func (*GetDatabaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDatabaseResponse) GetServerAddr() string
- func (*GetDatabaseResponse) ProtoMessage()
- func (x *GetDatabaseResponse) ProtoReflect() protoreflect.Message
- func (x *GetDatabaseResponse) Reset()
- func (x *GetDatabaseResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_keystore_keystore_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetDatabaseRequest ¶
type GetDatabaseRequest struct {
Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
// contains filtered or unexported fields
}
func (*GetDatabaseRequest) Descriptor
deprecated
func (*GetDatabaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDatabaseRequest.ProtoReflect.Descriptor instead.
func (*GetDatabaseRequest) GetPassword ¶
func (x *GetDatabaseRequest) GetPassword() string
func (*GetDatabaseRequest) GetUsername ¶
func (x *GetDatabaseRequest) GetUsername() string
func (*GetDatabaseRequest) ProtoMessage ¶
func (*GetDatabaseRequest) ProtoMessage()
func (*GetDatabaseRequest) ProtoReflect ¶
func (x *GetDatabaseRequest) ProtoReflect() protoreflect.Message
func (*GetDatabaseRequest) Reset ¶
func (x *GetDatabaseRequest) Reset()
func (*GetDatabaseRequest) String ¶
func (x *GetDatabaseRequest) String() string
type GetDatabaseResponse ¶
type GetDatabaseResponse struct {
// server_addr is the address of the gRPC server hosting the Database service
ServerAddr string `protobuf:"bytes,2,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
// contains filtered or unexported fields
}
func (*GetDatabaseResponse) Descriptor
deprecated
func (*GetDatabaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDatabaseResponse.ProtoReflect.Descriptor instead.
func (*GetDatabaseResponse) GetServerAddr ¶
func (x *GetDatabaseResponse) GetServerAddr() string
func (*GetDatabaseResponse) ProtoMessage ¶
func (*GetDatabaseResponse) ProtoMessage()
func (*GetDatabaseResponse) ProtoReflect ¶
func (x *GetDatabaseResponse) ProtoReflect() protoreflect.Message
func (*GetDatabaseResponse) Reset ¶
func (x *GetDatabaseResponse) Reset()
func (*GetDatabaseResponse) String ¶
func (x *GetDatabaseResponse) String() string
Click to show internal directories.
Click to hide internal directories.