1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-12 20:58:23 +03:00
traefik/provider.go

6 lines
97 B
Go

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