package
2.4.9
Repository: https://github.com/compose-spec/compose-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
ExtractVariables returns a map of all the variables defined in the specified compose file (dict representation) and their default value if any.
Substitute variables in the string with their values.
SubstituteWith substitute variables in the string with their values.
SubstituteWithOptions substitute variables in the string with their values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
InvalidTemplateError is returned when a variable template is not in a valid format.
MissingRequiredError is returned when a variable template is missing.
No description provided by the author

# Type aliases

Mapping is a user-supplied function which maps from variable names to values.
No description provided by the author
ReplacementFunc is a user-supplied function that is apply to the matching substring.
SubstituteFunc is a user-supplied function that apply substitution.