Remove unused lightMarathonClient.
This commit is contained in:
parent
c469e669fd
commit
384488ac02
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue