Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct {
// Loaded modules after topological sorting
Modules []*module.Module
// Instantiated resources from the loaded modules
Resources []resource.Resource
// Catalog configuration
Config *Config
}
Catalog type represents a collection of modules and resources
type Config ¶
type Config struct {
// Name of main module to load
Main string
// Do not take any actions, just report what would be done
DryRun bool
// Module configuration settings to use
ModuleConfig *module.Config
}
Config type represents a set of settings to use when creating and processing the catalog
Click to show internal directories.
Click to hide internal directories.