Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
ID string `json:"id"`
Name string `json:"name"`
Image string `json:"image"`
Ports Ports `json:"ports"`
Networks []string `json:"networks"`
}
func (*Node) IsExternal ¶
Click to show internal directories.
Click to hide internal directories.