Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameworkID ¶
type FrameworkID struct {
Value string `json:"value"`
}
type FrameworkInfo ¶
type FrameworkInfo struct { User string `json:"user"` Name string `json:"name"` HostName string `json:"hostname"` *FrameworkID `json:"framework_id"` }
type Subscribe ¶
type Subscribe struct {
FrameworkInfo *FrameworkInfo `json:"framework_info"`
}
Click to show internal directories.
Click to hide internal directories.