refactor: unified naming for module startup functions.

This commit is contained in:
Gordon 2024-03-21 12:31:05 +08:00
parent 0078b81f5d
commit b7714153ff

View File

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