refactor: unified naming for module startup functions.

pull/2100/head
Gordon 2 years ago
parent 0078b81f5d
commit b7714153ff

@ -26,5 +26,6 @@ func main() {
authCmd.AddPrometheusPortFlag() authCmd.AddPrometheusPortFlag()
if err := authCmd.Exec(); err != nil { if err := authCmd.Exec(); err != nil {
util.ExitWithError(err) util.ExitWithError(err)
} }
} }

Loading…
Cancel
Save