Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Allocator ¶
type Allocator struct {
// contains filtered or unexported fields
}
func (*Allocator) AllocPyHost ¶
func (al *Allocator) AllocPyHost()
type IAllocator ¶
type IAllocator interface {
ApplyIP()
GenMac()
AllocPyHost()
}
type NetResource ¶
func (*NetResource) ListAllocated ¶
func (nr *NetResource) ListAllocated()
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func NewOrchestrate ¶
func NewOrchestrate(a IAllocator) *Orchestrator
func (*Orchestrator) Orchestrate ¶
func (orch *Orchestrator) Orchestrate()
Click to show internal directories.
Click to hide internal directories.