Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "daemon", Short: "GraphQL API daemon", SilenceUsage: true, SilenceErrors: true, Run: func(_ *cobra.Command, _ []string) { a, err := app.New() if err != nil { zap.L().Fatal(err.Error()) } err = a.Init() if err != nil { zap.L().Fatal(err.Error()) } err = a.Run() if err != nil { zap.L().Fatal(err.Error()) } }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.