Documentation
¶
Index ¶
- func ComputeWeight(n, t, c float64) float64
- func LegalDomain(str string) error
- func RandomString(n int) string
- func SliceContains(slice []string, value string) bool
- func SliceUnique(slice []string) bool
- func StripSpaces(str string) string
- func YamlServices(yaml []byte, env map[string]string) (*ctypes.Config, error)
- func YamlVariables(yaml []byte) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeWeight ¶
func LegalDomain ¶
func RandomString ¶
func SliceContains ¶
func SliceUnique ¶
func StripSpaces ¶
func YamlVariables ¶
YamlVariables provide ability to parse all of shell variables like: $VARIABLE, ${VARIABLE}, ${VARIABLE:-default}, ${VARIABLE-default}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.