Documentation ¶
Index ¶
- Constants
- func Abs(path string) (string, error)
- func Client(c *cli.Context) (engine.Client, error)
- func EmptyDir(path, name string) (string, error)
- func IsEmptyDir(path string) (bool, error)
- func MustClient(c *cli.Context) engine.Client
- func MustPort(c *cli.Context, name string) int
- func MustPortOrRandom(c *cli.Context, name string, preference int) int
- func MustRandomPort(c *cli.Context, preference int) int
- func Port(c *cli.Context, name string) int
- func PortFlag(name string) *cli.IntFlag
- func PortFlagName(name string) string
- func PortOrRandom(c *cli.Context, name string, preference int) (int, error)
- func RandomPort(c *cli.Context, preference int) (int, error)
Constants ¶
View Source
const ( DatabaseCategory = "DATABASE" MessagingCategory = "MESSAGING" PlatformCategory = "PLATFORM" StorageCategory = "STORAGE" UtilityCategory = "UTILILITY" TemplateCategory = "TEMPLATE" )
Variables ¶
This section is empty.
Functions ¶
func IsEmptyDir ¶
func PortFlagName ¶ added in v0.0.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.