Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PowerpipeConfig ¶
type PowerpipeConfig struct { // todo only config folder?? ConfigPaths []string PipelingConnections map[string]connection.PipelingConnection // Hooks OnFileWatcherError func(context.Context, error) OnFileWatcherEvent func(context.Context, *PowerpipeConfig) DefaultConnection connection.ConnectionStringProvider // contains filtered or unexported fields }
var GlobalConfig *PowerpipeConfig
func LoadPowerpipeConfig ¶
func LoadPowerpipeConfig(configPaths ...string) (res *PowerpipeConfig, errorsAndWarnings error_helpers.ErrorAndWarnings)
func NewPowerpipeConfig ¶
func NewPowerpipeConfig() *PowerpipeConfig
func (*PowerpipeConfig) Equals ¶
func (c *PowerpipeConfig) Equals(other *PowerpipeConfig) bool
func (*PowerpipeConfig) SetupWatcher ¶
Click to show internal directories.
Click to hide internal directories.