add ServersTransport on services
This commit is contained in:
parent
6075f7e8fd
commit
76f42a3013
64 changed files with 2359 additions and 242 deletions
|
@ -7,7 +7,8 @@ import (
|
|||
// BuildConfiguration is a helper to create a configuration.
|
||||
func BuildConfiguration(dynamicConfigBuilders ...func(*dynamic.HTTPConfiguration)) *dynamic.HTTPConfiguration {
|
||||
conf := &dynamic.HTTPConfiguration{
|
||||
Models: map[string]*dynamic.Model{},
|
||||
Models: map[string]*dynamic.Model{},
|
||||
ServersTransports: map[string]*dynamic.ServersTransport{},
|
||||
}
|
||||
|
||||
for _, build := range dynamicConfigBuilders {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue