web

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2017 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Address               string            `description:"Web administration port" export:"true"`
	CertFile              string            `description:"SSL certificate" export:"true"`
	KeyFile               string            `description:"SSL certificate" export:"true"`
	ReadOnly              bool              `description:"Enable read only API" export:"true"`
	Statistics            *types.Statistics `description:"Enable more detailed statistics" export:"true"`
	Metrics               *types.Metrics    `description:"Enable a metrics exporter" export:"true"`
	Path                  string            `description:"Root path for dashboard and API"`
	Auth                  *types.Auth       `export:"true"`
	Debug                 bool              `export:"true"`
	CurrentConfigurations *safe.Safe
	Stats                 *thoas_stats.Stats
	StatsRecorder         *middlewares.StatsRecorder
}

Provider is a provider.Provider implementation that provides the UI

func (*Provider) Provide

func (provider *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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL