Documentation
¶
Index ¶
Constants ¶
View Source
const (
SubnetTopologyConfigKey = "subnet-topology"
)
Variables ¶
View Source
var Cell = cell.Module( "subnet", "Subnet watcher and management", cell.Config(DefaultConfig), cell.Provide( newSubnetWatcher, ), cell.Invoke( registerSubnetWatcher, ), )
Cell provides the subnet watcher functionality
View Source
var DefaultConfig = Config{
Subnets: "",
}
Functions ¶
This section is empty.
Types ¶
type SubnetWatcher ¶
type SubnetWatcher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.