MCPcopy Create free account
hub / github.com/eth-easl/dirigent / IPManager

Struct IPManager

internal/worker_node/managers/ip_manager.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type IPManager struct {
34 networkPrefix string
35 allocationCounter uint32
36}
37
38func NewIPManager(networkPrefix string) *IPManager {
39 return &IPManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected