Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory struct { Provider // contains filtered or unexported fields }
Factory of configurations using assigned Provider.
func (*Factory) NewConfiguration ¶
NewConfiguration return a new configuration instance populated from the designated Provider.
func (*Factory) NoConstructor ¶ added in v0.30.61
func (f *Factory) NoConstructor()
NoConstructor prevents Factory from being created implicitly. The Factory is explicitly created by the Installer which assigns the Provider.
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
Installer enables configuration support.
Click to show internal directories.
Click to hide internal directories.