package
0.0.0-20241017165520-9927d34bb87a
Repository: https://github.com/score-spec/score-compose.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
PatchMap performs a JSON Merge Patch as defined in https://datatracker.ietf.org/doc/html/rfc7386.
PrepareEnvVariables replaces the dollar sign ($) by double dollar sign ($$) in slice strings for using in the docker compose file.
No description provided by the author
WrapDeferredSubstitutionFunction wraps the given substitution function so that it can be interpolated within the docker compose file.
WrapImmediateSubstitutionFunction wraps the given substitution function so that it can lookup the environment variable immediately and use that if available.
# Structs
DeferredEnvironmentVariable allows us to change when a particular variable is interpolated depending on the subcommand or destination.