Documentation ¶
Index ¶
- Variables
- func FormatPorts(ports nat.PortMap) string
- func FormatStorage(usage, limit uint64) string
- func FormatVolumes(mounts []types.MountPoint) string
- func GenerateName() string
- func GeneratePassword(length int) string
- func GetAvailablePort() int
- func GetColorBasedOnStatus(status string) tablewriter.Colors
- func GetIP() net.IP
- func IsDockerInstalled() bool
- func ParseDBTypeAndVersion(part string) (string, string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ADJECTIVES = []string{"autumn", "hidden", "bitter", "misty", "silent", "empty", "dry", "dark", "summer", "icy", "delicate", "quiet", "white", "cool", "spring", "winter", "patient", "twilight", "dawn", "crimson", "wispy", "weathered", "blue", "billowing", "broken", "cold", "damp", "falling", "frosty", "green", "long", "late", "lingering", "bold", "little", "morning", "muddy", "old", "red", "rough", "still", "small", "sparkling", "throbbing", "shy", "wandering", "withered", "wild", "black", "young", "holy", "solitary", "fragrant", "aged", "snowy", "proud", "floral", "restless", "divine", "polished", "ancient", "purple", "lively", "nameless"} NOUNS = []string{"waterfall", "river", "breeze", "moon", "rain", "wind", "sea", "morning", "snow", "lake", "sunset", "pine", "shadow", "leaf", "dawn", "glitter", "forest", "hill", "cloud", "meadow", "sun", "glade", "bird", "brook", "butterfly", "bush", "dew", "dust", "field", "fire", "flower", "firefly", "feather", "grass", "haze", "mountain", "night", "pond", "darkness", "snowflake", "silence", "sound", "sky", "shape", "surf", "thunder", "violet", "water", "wildflower", "wave", "water", "resonance", "sun", "wood", "dream", "cherry", "tree", "fog", "frost", "voice", "paper", "frog", "smoke", "star"} )
Functions ¶
func FormatPorts ¶
func FormatStorage ¶
func FormatVolumes ¶
func FormatVolumes(mounts []types.MountPoint) string
func GenerateName ¶
func GenerateName() string
func GeneratePassword ¶
func GetAvailablePort ¶
func GetAvailablePort() int
func GetColorBasedOnStatus ¶
func GetColorBasedOnStatus(status string) tablewriter.Colors
func IsDockerInstalled ¶
func IsDockerInstalled() bool
func ParseDBTypeAndVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.