Documentation
¶
Index ¶
Constants ¶
View Source
const APIVersion = 3
Variables ¶
This section is empty.
Functions ¶
func GetSocketPath ¶
func GetSocketPath() string
func InitializeFreedeskManager ¶ added in v0.1.2
func InitializeFreedeskManager() error
func InitializeLoginctlManager ¶ added in v0.1.2
func InitializeLoginctlManager() error
func InitializeNetworkManager ¶ added in v0.1.2
func InitializeNetworkManager() error
Types ¶
type Capabilities ¶ added in v0.1.2
type Capabilities struct {
Capabilities []string `json:"capabilities"`
}
type ServerInfo ¶ added in v0.1.11
type ServiceEvent ¶ added in v0.1.11
type ServiceEvent struct {
Service string `json:"service"`
Data interface{} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.