Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GitCommit string // $(git rev-parse HEAD) (1b4716ab84903b2e477135a3dc5afdb07f685cb7) BuildDate string // $(date -u +'%Y-%m-%dT%H:%M:%SZ') (2018-03-08T18:54:38Z) Version string // fission release version (0.6.0) )
Functions ¶
This section is empty.
Types ¶
type BuildMeta ¶
type ServerInfo ¶
type ServerInfo struct { Build BuildMeta `json:"Build,omitempty"` ServerTime Time `json:"ServerTime,omitempty"` }
func ApiInfo ¶
func ApiInfo() ServerInfo
func (ServerInfo) String ¶
func (info ServerInfo) String() string
Click to show internal directories.
Click to hide internal directories.