Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { EntryPoint string `description:"EntryPoint" export:"true"` // contains filtered or unexported fields }
Provider is a provider.Provider implementation that provides a Rest API
func (*Provider) Provide ¶
func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, _ types.Constraints) error
Provide allows the provider to provide configurations to traefik using the given configuration channel.
Click to show internal directories.
Click to hide internal directories.