Documentation ¶
Overview ¶
grpc开启服务与grpc初始化
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppRouters = make([]func(), 0)
View Source
var ( Cmd = &cobra.Command{ Use: "start", Short: "start application with config file", Example: "eg. orange start -c resources/config.yaml", Run: func(cmd *cobra.Command, args []string) { defer func() { if err := recover(); err != nil { slog.Error("panic err " + fmt.Sprintf("%v", err) + " \r\n stack:" + stackUtil.GetStack()) } }() startApplication() }, } )
Functions ¶
func InitRouter ¶
func InitRouter()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.