Documentation
¶
Index ¶
Constants ¶
View Source
const (
Name = "macstadium"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) CacheKeyName ¶
type Options ¶
type Options struct {
Endpoint string `config:"endpoint"`
UserName string `config:"username"`
Password string `config:"password"`
}
Options defines the configuration for this backend
type Server ¶
type Server struct {
ID string `json:"id"`
Name string `json:"name"`
IP string `json:"ip"`
Status *ServerStatus `json:"status"`
}
type ServerStatus ¶
Click to show internal directories.
Click to hide internal directories.