mirror of
https://github.com/containous/traefik.git
synced 2025-01-07 17:17:53 +03:00
6 lines
97 B
Go
6 lines
97 B
Go
package main
|
|
|
|
type Provider interface {
|
|
Provide(configurationChan chan<- configMessage) error
|
|
}
|