Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JoinStyles ¶
Types ¶
type Category ¶
type Category uint8
func DeterminteServiceCategory ¶
DetermineCategory tries to guess the category based on the service name & label (if provided)
type Color ¶
type Color string
const ( Blue Color = "/blues8/7" Green Color = "/bugn8/7" Teal Color = "/brbg8/7" Red Color = "/orrd8/7" Grey Color = "/greys8/7" Purple Color = "/bupu8/7" DarkBlue Color = "/blues8/8" DarkGreen Color = "/bugn8/8" DarkTeal Color = "/brbg8/8" DarkRed Color = "/orrd8/8" DarkGrey Color = "/greys8/8" DarkPurple Color = "/bupu8/8" White Color = "white" )
type Decorations ¶
type Decorations struct {
// contains filtered or unexported fields
}
type Node ¶
type Node struct {
Name string
Label string
Category Category
VolumeMounts []compose.VolumeMount
ServiceDependencies []compose.ServiceDependency
}
func NodesFromFile ¶
Click to show internal directories.
Click to hide internal directories.