package
0.2.3-beta.8
Repository: https://github.com/kusionstack/kusion-module-framework.git
Documentation: pkg.go.dev

# Functions

GetInt32PointerFromGenericConfig returns the value of the key in config which should be of type int.
GetMapFromGenericConfig returns the value of the key in config which should be of type map[string]any.
GetProjectModuleConfig returns the module config of a specified project, should be called after ValidateModuleConfig.
GetProjectModuleConfigs returns the module configs of a specified project, whose key is the module name, should be called after ValidateModuleConfigs.
GetStringFromGenericConfig returns the value of the key in config which should be of type string.
GetStringMapFromGenericConfig returns the value of the key in config which should be of type map[string]string.