Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LaunchConfig ¶
type Rancher ¶
type Rancher struct {
// contains filtered or unexported fields
}
func NewRancher ¶
func (Rancher) CreateInstance ¶
type Service ¶
type Service struct { Id string `json:"id"` LaunchConfig `json:"launchConfig,omitempty"` }
type ServiceCollection ¶
type ServiceCollection struct {
Data []Service `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.