1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-07 17:17:53 +03:00
traefik/provider.go

6 lines
97 B
Go

package main
type Provider interface {
Provide(configurationChan chan<- configMessage) error
}