func ServiceName()

in utils/utils.go [30:32]


func ServiceName() string {
	return config.AppConfig.ObjectName + "-webhook"
}