Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSON ¶ added in v1.0.0
type JSON struct {
Name string `json:"name"`
IsExternal bool `json:"is_external"`
Image *string `json:"image,omitempty"`
Meta *Meta `json:"meta,omitempty"`
Process *Process `json:"process,omitempty"`
Listen []string `json:"listen"`
Networks []string `json:"networks"`
Volumes []*Volume `json:"volumes"`
Connected map[string][]string `json:"connected"`
}
type Node ¶
type Node struct {
ID string
Name string
Image string
Cluster string
Networks []string
Meta *Meta
Process *Process
Volumes []*Volume
Ports Ports
}
func (*Node) IsExternal ¶
Click to show internal directories.
Click to hide internal directories.