Documentation
¶
Overview ¶
Package sysinfo provides type definitions used by the SystemInfo gRPC service
Index ¶
- type ProjectInfo
- func (*ProjectInfo) Descriptor() ([]byte, []int)
- func (m *ProjectInfo) GetApiVersion() string
- func (m *ProjectInfo) GetBuildTime() string
- func (m *ProjectInfo) GetGitCommit() string
- func (m *ProjectInfo) GetProjectVersion() string
- func (*ProjectInfo) ProtoMessage()
- func (m *ProjectInfo) Reset()
- func (m *ProjectInfo) String() string
- func (m *ProjectInfo) XXX_DiscardUnknown()
- func (m *ProjectInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProjectInfo) XXX_Merge(src proto.Message)
- func (m *ProjectInfo) XXX_Size() int
- func (m *ProjectInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Represents the atomic version of the Containerm instance
func (*ProjectInfo) Descriptor ¶
func (*ProjectInfo) Descriptor() ([]byte, []int)
func (*ProjectInfo) GetApiVersion ¶
func (m *ProjectInfo) GetApiVersion() string
func (*ProjectInfo) GetBuildTime ¶
func (m *ProjectInfo) GetBuildTime() string
func (*ProjectInfo) GetGitCommit ¶
func (m *ProjectInfo) GetGitCommit() string
func (*ProjectInfo) GetProjectVersion ¶
func (m *ProjectInfo) GetProjectVersion() string
func (*ProjectInfo) ProtoMessage ¶
func (*ProjectInfo) ProtoMessage()
func (*ProjectInfo) Reset ¶
func (m *ProjectInfo) Reset()
func (*ProjectInfo) String ¶
func (m *ProjectInfo) String() string
func (*ProjectInfo) XXX_DiscardUnknown ¶
func (m *ProjectInfo) XXX_DiscardUnknown()
func (*ProjectInfo) XXX_Marshal ¶
func (m *ProjectInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProjectInfo) XXX_Merge ¶
func (m *ProjectInfo) XXX_Merge(src proto.Message)
func (*ProjectInfo) XXX_Size ¶
func (m *ProjectInfo) XXX_Size() int
func (*ProjectInfo) XXX_Unmarshal ¶
func (m *ProjectInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.