//
pkg.gl
Category
github.com/traefik/traefik/v3
pkg
provider
aggregator
package
3.1.2
Repository:
https://github.com/traefik/traefik.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
10
Dependents
2
Files
241 SLOC
#
Functions
NewProviderAggregator
NewProviderAggregator returns an aggregate of all the providers configured in the static configuration.
#
Structs
ProviderAggregator
ProviderAggregator aggregates providers.
RingChannel
RingChannel implements a channel in a way that never blocks the writer.