DockerCLI/cli/compose
Vincent Demeester 0246bc1b3b
Exposes compose `loader.Transform` function…
This should make it easier for people to write custom composefile
parser without duplicating too much code. It takes the default
transformers and any additional number of transformer for any
types. That way it's possible to transform a `cli/compose` map into a
custom type that would use some of `cli/compose` types and its own.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-07-31 09:37:09 +02:00
..
convert refactored cli/compose and cli/command/trust to use sort.Slice and removed custom types used for sorting 2018-07-08 15:08:17 -04:00
interpolation Add options to the compose loader 2018-06-25 17:15:26 +02:00
loader Exposes compose `loader.Transform` function… 2018-07-31 09:37:09 +02:00
schema Add a doc.go file so the compose/schema/data directory can be vendored in another project, without being pruned. 2018-07-02 10:08:25 +02:00
template Add options to the compose loader 2018-06-25 17:15:26 +02:00
types Add missing fields in compose/types 2018-07-26 17:04:22 +02:00