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"`
Process *Process `json:"process,omitempty"`
Listen []string `json:"listen"`
Networks []string `json:"networks"`
Tags []string `json:"tags"`
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) FormatMeta ¶ added in v1.7.7
func (*Node) IsExternal ¶
type PortMatcher ¶ added in v1.6.4
Click to show internal directories.
Click to hide internal directories.