Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { // build date // Required: true BuildDate *string `json:"buildDate"` // compiler // Required: true Compiler *string `json:"compiler"` // git commit // Required: true GitCommit *string `json:"gitCommit"` // git tree state // Required: true GitTreeState *string `json:"gitTreeState"` // git version // Required: true GitVersion *string `json:"gitVersion"` // go version // Required: true GoVersion *string `json:"goVersion"` // major // Required: true Major *string `json:"major"` // minor // Required: true Minor *string `json:"minor"` // platform // Required: true Platform *string `json:"platform"` }
Info Info contains versioning information. how we'll want to distribute that information.
swagger:model Info
func (Info) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Info) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Info) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Info) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.