1
0
Fork 0

Remove useless func in FuncMaps

This commit is contained in:
Julien Salleyron 2016-12-03 12:11:31 +01:00
parent ec05fbcf19
commit d469d426f8
4 changed files with 0 additions and 5 deletions

View file

@ -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,