Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module cli.Command = cli.Command{
Name: "provisiond",
Usage: "handles reservations streams and use other daemon to deploy them",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "root",
Usage: "`ROOT` working directory of the module",
Value: "/var/cache/modules/provisiond",
},
&cli.StringFlag{
Name: "broker",
Usage: "connection string to the message `BROKER`",
Value: "unix:///var/run/redis.sock",
},
&cli.BoolFlag{
Name: "clean",
Usage: "cleans stale reservations and exits. Should be done only if provisiond is stopped",
},
},
Action: action,
}
Module entry point
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.