mirror of
https://github.com/traefik/traefik.git
synced 2025-09-26 16:21:15 +02:00
6 lines
68 B
Go
6 lines
68 B
Go
package main
|
|
|
|
type Provider interface {
|
|
Provide(chan<- *Service)
|
|
}
|