1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-28 03:30:21 +03:00
traefik/provider.go

6 lines
97 B
Go

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