Documentation
¶
Overview ¶
Package sysinfo provides type definitions used by the SystemInfo gRPC service
Index ¶
- Variables
- type ProjectInfo
- func (*ProjectInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectInfo) GetApiVersion() string
- func (x *ProjectInfo) GetBuildTime() string
- func (x *ProjectInfo) GetGitCommit() string
- func (x *ProjectInfo) GetProjectVersion() string
- func (*ProjectInfo) ProtoMessage()
- func (x *ProjectInfo) ProtoReflect() protoreflect.Message
- func (x *ProjectInfo) Reset()
- func (x *ProjectInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_types_sysinfo_project_info_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProjectInfo ¶
type ProjectInfo struct { ProjectVersion string `protobuf:"bytes,1,opt,name=project_version,json=projectVersion,proto3" json:"project_version,omitempty"` BuildTime string `protobuf:"bytes,2,opt,name=build_time,json=buildTime,proto3" json:"build_time,omitempty"` ApiVersion string `protobuf:"bytes,3,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"` GitCommit string `protobuf:"bytes,4,opt,name=git_commit,json=gitCommit,proto3" json:"git_commit,omitempty"` // contains filtered or unexported fields }
Represents the atomic version of the Containerm instance
func (*ProjectInfo) Descriptor
deprecated
func (*ProjectInfo) Descriptor() ([]byte, []int)
Deprecated: Use ProjectInfo.ProtoReflect.Descriptor instead.
func (*ProjectInfo) GetApiVersion ¶
func (x *ProjectInfo) GetApiVersion() string
func (*ProjectInfo) GetBuildTime ¶
func (x *ProjectInfo) GetBuildTime() string
func (*ProjectInfo) GetGitCommit ¶
func (x *ProjectInfo) GetGitCommit() string
func (*ProjectInfo) GetProjectVersion ¶
func (x *ProjectInfo) GetProjectVersion() string
func (*ProjectInfo) ProtoMessage ¶
func (*ProjectInfo) ProtoMessage()
func (*ProjectInfo) ProtoReflect ¶
func (x *ProjectInfo) ProtoReflect() protoreflect.Message
func (*ProjectInfo) Reset ¶
func (x *ProjectInfo) Reset()
func (*ProjectInfo) String ¶
func (x *ProjectInfo) String() string
Click to show internal directories.
Click to hide internal directories.