Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotConfigured = errors.New("not configured")
ErrNotConfigured is returned by concrete infrastructure dependencies (e.g. the postgres package) when no configuration exists for them in the infrastructure config. This can happen when the infrastructure dependency is explicitly marked as optional in the Fairway manifest.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config holds the infrastructure config and a secrets provider.
func DefaultConfig ¶
DefaultConfig returns the default infrastructure config. The config is initialized on the first call; subsequent calls return the cached result.
Click to show internal directories.
Click to hide internal directories.