Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGenerator ¶
func AddGenerator(s string, f func(GeneratorInitParams) Generator) error
Types ¶
type Generator ¶
type Generator interface { Init() error Update(interface{}) error Run() Stop() error DeInit() error }
func NewDhcpV4 ¶
func NewDhcpV4(gip GeneratorInitParams) Generator
type GeneratorInitParams ¶
type GeneratorInitParams struct {
// contains filtered or unexported fields
}
type GeneratorV4 ¶
type GeneratorV4 struct {
// contains filtered or unexported fields
}
func (*GeneratorV4) DeInit ¶
func (g *GeneratorV4) DeInit() error
func (*GeneratorV4) Init ¶
func (g *GeneratorV4) Init() error
func (*GeneratorV4) Run ¶
func (g *GeneratorV4) Run()
func (*GeneratorV4) Stop ¶
func (g *GeneratorV4) Stop() error
func (*GeneratorV4) Update ¶
func (g *GeneratorV4) Update(details interface{}) error
Click to show internal directories.
Click to hide internal directories.