Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoPubInterface = errors.New("no public interface configured for this node")
ErrNoPubInterface is the error returns by ReadPubIface when no public interface is configured
View Source
var Module cli.Command = cli.Command{ Name: "networkd", Usage: "handles network resources and user networks", Flags: []cli.Flag{ &cli.StringFlag{ Name: "root", Usage: "`ROOT` working directory of the module", Value: "/var/cache/modules/networkd", }, &cli.StringFlag{ Name: "broker", Usage: "connection string to the message `BROKER`", Value: "unix:///var/run/redis.sock", }, }, Action: action, }
Module is entry point for module
Functions ¶
This section is empty.
Types ¶
type WatchedLinks ¶
type WatchedLinks struct {
// contains filtered or unexported fields
}
func NewWatchedLinks ¶
func NewWatchedLinks(dmz ndmz.DMZ, linkNames []string, nodeID pkg.Identifier, dir client.Directory) WatchedLinks
Click to show internal directories.
Click to hide internal directories.