Move config objects to configuration.go
This commit is contained in:
parent
46d7cc83c9
commit
1fdff9dae4
2 changed files with 7 additions and 7 deletions
|
@ -103,3 +103,10 @@ func NewLoadBalancerMethod(loadBalancer *LoadBalancer) (LoadBalancerMethod, erro
|
|||
}
|
||||
|
||||
var ErrInvalidLoadBalancerMethod = errors.New("Invalid method, using default")
|
||||
|
||||
type configMessage struct {
|
||||
providerName string
|
||||
configuration *Configuration
|
||||
}
|
||||
|
||||
type configs map[string]*Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue