package
23.0.0-beta.1+incompatible
Repository: https://github.com/nobidev/docker-cli.git
Documentation: pkg.go.dev
# Functions
ExtractVariables returns a map of all the variables defined in the specified composefile (dict representation) and their default value if any.
Substitute variables in the string with their values.
SubstituteWith subsitute variables in the string with their values.
# Variables
DefaultSubstituteFuncs contains the default SubstituteFunc used by the docker cli.
# Structs
InvalidTemplateError is returned when a variable template is not in a valid format.
# Type aliases
Mapping is a user-supplied function which maps from variable names to values.
SubstituteFunc is a user-supplied function that apply substitution.