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 + const ComponentFolderArchetypes + const ComponentFolderAssets + const ComponentFolderContent + const ComponentFolderData + const ComponentFolderI18n + const ComponentFolderLayouts + const ComponentFolderStatic + func ApplyProjectConfigDefaults(mod config.Module) + func IsNil(v any) bool + func PrepareParams(m config.Params) + func ToParamsAndPrepare(in any) (config.Params, bool) + func ToStringE(i interface{}) (string, error) + func ToStringMapE(in any) (map[string]any, error) + type CompositeConfig struct + Base config.Provider + Layer config.Provider + func (c *CompositeConfig) Get(key string) any + func (c *CompositeConfig) GetString(key string) string + func (c *CompositeConfig) IsSet(key string) bool + func (c *CompositeConfig) Set(key string, value any) + func (c *CompositeConfig) SetDefaults(params config.Params) + type DefaultConfigProvider struct + Root config.Params + func (c *DefaultConfigProvider) Get(k string) any + func (c *DefaultConfigProvider) GetString(k string) string + func (c *DefaultConfigProvider) IsSet(k string) bool + func (c *DefaultConfigProvider) Set(k string, v any) + func (c *DefaultConfigProvider) SetDefaults(params config.Params) + type ModuleCollector struct + Modules config.Modules + func NewModuleCollector() *ModuleCollector + func (mc *ModuleCollector) CollectModules(modConfig config.ModuleConfig, hookBeforeFinalize func(m config.Modules))