mirror of
https://github.com/traefik/traefik.git
synced 2026-05-09 06:16:18 +02:00
7 lines
207 B
Go
7 lines
207 B
Go
package static
|
|
|
|
// Pilot Configuration related to Traefik Pilot.
|
|
type Pilot struct {
|
|
Token string `description:"Traefik Pilot token." json:"token,omitempty" toml:"token,omitempty" yaml:"token,omitempty"`
|
|
}
|