Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMiniOkrCommand ¶
NewMiniOkrCommand 创建一个 *cobra.Command 对象. 之后,可以使用 Command 对象的 Execute 方法来启动应用程序.
Types ¶
type ServiceContainer ¶
type ServiceContainer struct { AuthController *auth.Controller FieldController *field.Controller OkrController *okr.Controller UserController *user.Controller }
Click to show internal directories.
Click to hide internal directories.