mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Remove unused lightMarathonClient.
This commit is contained in:
parent
c469e669fd
commit
384488ac02
@ -75,10 +75,6 @@ type Basic struct {
|
||||
HTTPBasicPassword string `description:"Basic authentication Password"`
|
||||
}
|
||||
|
||||
type lightMarathonClient interface {
|
||||
Applications(url.Values) (*marathon.Applications, error)
|
||||
}
|
||||
|
||||
// Provide allows the marathon provider to provide configurations to traefik
|
||||
// using the given configuration channel.
|
||||
func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, constraints types.Constraints) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user