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

6 lines
68 B
Go
Raw Normal View History

2015-09-07 11:38:58 +03:00
package main
type Provider interface {
Provide(chan<- *Service)
2015-09-07 11:38:58 +03:00
}