(target string)
| 87 | ) |
| 88 | |
| 89 | func IsSingleBinary(target string) bool { |
| 90 | return target == SingleBinary |
| 91 | } |
| 92 | |
| 93 | func (t *App) initServer() (services.Service, error) { |
| 94 | t.cfg.Server.MetricsNamespace = metricsNamespace |
no outgoing calls
no test coverage detected