Remove useless func in FuncMaps
This commit is contained in:
parent
ec05fbcf19
commit
d469d426f8
4 changed files with 0 additions and 5 deletions
|
@ -84,8 +84,6 @@ func (provider *Eureka) Provide(configurationChan chan<- types.ConfigMessage, po
|
|||
// Build the configuration from Eureka server
|
||||
func (provider *Eureka) buildConfiguration() (*types.Configuration, error) {
|
||||
var EurekaFuncMap = template.FuncMap{
|
||||
"replace": replace,
|
||||
"tolower": strings.ToLower,
|
||||
"getPort": provider.getPort,
|
||||
"getProtocol": provider.getProtocol,
|
||||
"getWeight": provider.getWeight,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue