Documentation
¶
Index ¶
Constants ¶
View Source
const ( TELEMETRY_ID = "MC198501010915" TELEMETRY_URL = "https://telemetry.mycontroller.org/event" API_VERSION = "1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct {
Version string `json:"version"`
GitCommit string `json:"gitCommit"`
BuildDate string `json:"buildDate"`
Platform string `json:"platform"`
Arch string `json:"arch"`
GoLang string `json:"goLang"`
RunningIn string `json:"runningIn"`
Uptime uint64 `json:"uptime"`
RunningSince string `json:"runningSince"`
Gateways []string `json:"gateways"`
Handlers []string `json:"handlers"`
}
Application details
Click to show internal directories.
Click to hide internal directories.