Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdWeb = cli.Command{ Name: "web", Usage: "Start lib web server", Description: `lib web server is the only thing you need to run, and it takes care of all the other things for you`, Action: runWeb, Flags: []cli.Flag{ stringFlag("config, c", "conf/app.ini", "Configuration file path (default ./conf/app.ini)"), stringFlag("mode, m", "dev", "Running mode"), stringFlag("storage_dir", "./", "Dirrectory with data"), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.