Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION_STRING = "0.1.0"
Variables ¶
View Source
var RuntimeReply = Runtime{ Versions: Versions{ Software: &version.VERSION, Api: &VERSION, ClientRelay: &clientrelay.T.Version, ClientDir: &clientdir.T.Version, ClientContract: &clientcontract.T.Version, }, Upgrade: Upgrade{Supported: upgrade.Supported}, Build: Build{ GitCommit: version.GIT_COMMIT, GoVersion: runtime.Version(), Time: version.BUILD_TIME, Flags: version.BUILD_FLAGS, }, Platform: Platform{ Os: runtime.GOOS, Arch: runtime.GOARCH, }, }
View Source
var VERSION = semver.MustParse(VERSION_STRING)
Functions ¶
Types ¶
type AccesskeyImportRequest ¶
type AccesskeyReply ¶
type FwderReply ¶
type FwderState ¶
type FwderState struct {
State string `json:"state"`
}
type StatusBroker ¶
type StatusBroker struct {
ActiveCircuit []string `json:"active_circuit"`
}
type StatusReply ¶
type StatusReply struct { Home string `json:"home"` Pid int `json:"pid"` State string `json:"state"` Broker StatusBroker `json:"broker"` Upgrade *StatusUpgrade `json:"upgrade,omitempty"` }
type StatusUpgrade ¶
type StatusUpgrade struct {
Required bool `json:"required"`
}
Click to show internal directories.
Click to hide internal directories.