Documentation ¶
Index ¶
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"` GitRef string `protobuf:"bytes,2,opt,name=git_ref,proto3" json:"git_ref,omitempty"` // contains filtered or unexported fields }
func (*ServerInfo) Descriptor
deprecated
func (*ServerInfo) Descriptor() ([]byte, []int)
Deprecated: Use ServerInfo.ProtoReflect.Descriptor instead.
func (*ServerInfo) GetGitRef ¶ added in v17.3.0
func (x *ServerInfo) GetGitRef() string
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.