Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IndexCommand = cli.Command{
Name: "index",
Usage: "reindex fulltext",
Action: indexAction,
}
StartCommand is used to register the start cli command
View Source
var ScanCommand = cli.Command{
Name: "scan",
Usage: "scan directory for movies",
Flags: scanFlags,
Action: scanAction,
}
StartCommand is used to register the start cli command
View Source
var StartCommand = cli.Command{
Name: "start",
Usage: "Starts web server",
Action: startAction,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.