Documentation ¶ Overview ¶ Package envfiles merges the Layer-1 chain and the Layer-2 enumerated set into the final ordered COMPOSE_ENV_FILES list. Pure Go. Index ¶ func Assemble(layer1, layer2 []string) ([]string, error) func Join(files []string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Assemble ¶ func Assemble(layer1, layer2 []string) ([]string, error) Assemble returns Layer-1 (in chain order, secrets last by construction) followed by Layer-2, with any path present in both emitted once in its Layer-1 position. Variable precedence is last-wins by this order at docker-compose load time. func Join ¶ func Join(files []string) string Join renders the assembled list as a COMPOSE_ENV_FILES value. Types ¶ This section is empty. Source Files ¶ View all Source files assemble.go Click to show internal directories. Click to hide internal directories.