Documentation
¶
Index ¶
- Constants
- func GetGID() uint64
- func GetParams(regEx *regexp.Regexp, str string) (paramsMap map[string]string)
- func IsInput(list []string, item string) bool
- func IsItem(list []string, item string) bool
- func IsLastSource(list []string, item string) bool
- func SanatizeContainerName(names []string) string
- type DockerServiceTask
Constants ¶
View Source
const (
Version = "0.1.0"
)
Variables ¶
This section is empty.
Functions ¶
func IsItem ¶
IsInput checks if a list of inputs (e.g. [one, two]) matches the suffix of item (two-one)
func IsLastSource ¶
IsLastSource checks if a list of inputs (e.g. [one, two]) matches the last item in SourcesPath of item [two,one]
func SanatizeContainerName ¶
Types ¶
type DockerServiceTask ¶
func ContainerNameExtractService ¶
func ContainerNameExtractService(names []string) (task DockerServiceTask, err error)
Click to show internal directories.
Click to hide internal directories.