mirror of
https://github.com/traefik/traefik.git
synced 2025-08-31 19:41:19 +02:00
6 lines
67 B
Go
6 lines
67 B
Go
package main
|
|
|
|
type Provider interface {
|
|
Provide(chan<- Service)
|
|
}
|