Documentation ¶
Index ¶
- Variables
- type Database
- func (*Database) Descriptor() ([]byte, []int)deprecated
- func (x *Database) GetHostedAt() *Endpoint
- func (x *Database) GetName() string
- func (x *Database) GetSchemaFile() *types.Resource
- func (*Database) ProtoMessage()
- func (x *Database) ProtoReflect() protoreflect.Message
- func (x *Database) Reset()
- func (x *Database) String() string
- type Endpoint
Constants ¶
This section is empty.
Variables ¶
View Source
var File_universe_db_maria_database_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SchemaFile *types.Resource `protobuf:"bytes,2,opt,name=schema_file,json=schemaFile,proto3" json:"schema_file,omitempty"` HostedAt *Endpoint `protobuf:"bytes,3,opt,name=hosted_at,json=hostedAt,proto3" json:"hosted_at,omitempty"` // contains filtered or unexported fields }
func (*Database) Descriptor
deprecated
func (*Database) GetHostedAt ¶
func (*Database) GetSchemaFile ¶
func (*Database) ProtoMessage ¶
func (*Database) ProtoMessage()
func (*Database) ProtoReflect ¶
func (x *Database) ProtoReflect() protoreflect.Message
type Endpoint ¶
type Endpoint struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*Endpoint) Descriptor
deprecated
func (*Endpoint) GetAddress ¶
func (*Endpoint) ProtoMessage ¶
func (*Endpoint) ProtoMessage()
func (*Endpoint) ProtoReflect ¶
func (x *Endpoint) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.