Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderAggregator ¶
type ProviderAggregator struct {
// contains filtered or unexported fields
}
ProviderAggregator aggregates providers.
func NewProviderAggregator ¶
func NewProviderAggregator(conf static.Providers) ProviderAggregator
NewProviderAggregator returns an aggregate of all the providers configured in the static configuration.
func (*ProviderAggregator) AddProvider ¶
func (p *ProviderAggregator) AddProvider(provider provider.Provider) error
AddProvider adds a provider in the providers map.
Click to show internal directories.
Click to hide internal directories.