mirror of
https://github.com/containous/traefik.git
synced 2025-01-11 05:17:52 +03:00
921952c1b9
Sleep between restart Check same service
6 lines
68 B
Go
6 lines
68 B
Go
package main
|
|
|
|
type Provider interface {
|
|
Provide(chan<- *Service)
|
|
}
|