Documentation ¶
Index ¶
- Constants
- Variables
- type ServerInfo
- func (*ServerInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ServerInfo) GetBuildRef() string
- func (x *ServerInfo) GetBuildTime() *timestamppb.Timestamp
- func (x *ServerInfo) GetVersion() string
- func (*ServerInfo) ProtoMessage()
- func (x *ServerInfo) ProtoReflect() protoreflect.Message
- func (x *ServerInfo) Reset()
- func (x *ServerInfo) String() string
Constants ¶
View Source
const (
ModuleName = "server_info"
)
Variables ¶
View Source
var File_internal_module_server_info_server_info_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ServerInfo ¶
type ServerInfo struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` BuildRef string `protobuf:"bytes,2,opt,name=build_ref,proto3" json:"build_ref,omitempty"` BuildTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=build_time,proto3" json:"build_time,omitempty"` // contains filtered or unexported fields }
func (*ServerInfo) Descriptor
deprecated
func (*ServerInfo) Descriptor() ([]byte, []int)
Deprecated: Use ServerInfo.ProtoReflect.Descriptor instead.
func (*ServerInfo) GetBuildRef ¶
func (x *ServerInfo) GetBuildRef() string
func (*ServerInfo) GetBuildTime ¶
func (x *ServerInfo) GetBuildTime() *timestamppb.Timestamp
func (*ServerInfo) GetVersion ¶
func (x *ServerInfo) GetVersion() string
func (*ServerInfo) ProtoMessage ¶
func (*ServerInfo) ProtoMessage()
func (*ServerInfo) ProtoReflect ¶
func (x *ServerInfo) ProtoReflect() protoreflect.Message
func (*ServerInfo) Reset ¶
func (x *ServerInfo) Reset()
func (*ServerInfo) String ¶
func (x *ServerInfo) String() string
Click to show internal directories.
Click to hide internal directories.