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.StringFlag{ Name: "http", Usage: "http listen address", Value: ":2021", }, }, Action: action, }
Module entry point
Functions ¶
This section is empty.
Types ¶
type Consumption ¶ added in v0.5.5
type Consumption struct {
substrate.Consumption
TwinID uint32
}
type Report ¶ added in v0.5.5
type Report struct {
Consumption []Consumption
}
type Reporter ¶ added in v0.5.5
type Reporter struct {
// contains filtered or unexported fields
}
Reporter structure
Click to show internal directories.
Click to hide internal directories.