Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdGen = &cli.Command{ Name: "gen", Usage: "gen gorm code", Description: `GEN: Friendly & Safer GORM powered by Code Generation.`, Action: runGen, } //nolint:typecheck
CmdGen 子命令
View Source
var CmdWeb = &cli.Command{ Name: "server", Usage: "Start TikTok api server", Description: `Star TikTok api server`, Action: runWeb, Flags: []cli.Flag{ &cli.StringFlag{ Name: "port", Aliases: []string{"p"}, Value: "3000", Usage: "Temporary port number to prevent conflict", }, }, }
CmdWeb api 子命令
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.