Versions in this module Expand all Collapse all v0 v0.0.1 Feb 4, 2024 v0.0.0 Feb 4, 2024 Changes in this version + type CompositeConfig interface + Base func() Provider + Layer func() Provider + type Import struct + Path string + type Module interface + Config func() ModuleConfig + Mounts func() []Mount + Owner func() Module + type ModuleConfig struct + Imports []Import + Mounts []Mount + type Modules []Module + type Mount struct + Lang string + Source string + Target string + type Params map[string]any + func (p Params) Set(pp Params) + type Provider interface + Get func(key string) any + GetString func(key string) string + IsSet func(key string) bool + Set func(key string, value any) + SetDefaults func(params Params)