traefik/provider.go
2015-09-07 10:38:58 +02:00

6 lines
67 B
Go

package main
type Provider interface {
Provide(chan<- Service)
}