Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CAPath string
KeyPath string
CertPath string
TopoAddress string
GRPCPort int
P4Plugins []string
}
Config is app manager
type Manager ¶
type Manager struct {
Config Config
// contains filtered or unexported fields
}
Manager single point of entry for the device-provisioner application
func NewManager ¶
NewManager initializes the application manager
Click to show internal directories.
Click to hide internal directories.