Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultSize = 64
Variables ¶
View Source
var ( AllowedStopSignals = [...]string{"QUIT", "SIGTERM", "SIGKILL"} DefaultStopSignal string = "SIGTERM" DockerHost string ServerHost string ServerPort string ServerDebug bool )
View Source
var (
DatabaseFile string
)
Functions ¶
Types ¶
type ServiceStatusRequest ¶
type ServiceStatusRequest struct {
Token string `json:"token" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.