Documentation ¶
Index ¶
Constants ¶
View Source
const ( IPv4 = "IPv4" IPv6 = "IPv6" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressPersister ¶
type InventoryExtractor ¶
type InventoryPersister ¶
type LoopbackSubnetExtractor ¶
type LoopbackSubnetExtractor interface { ByType(ipType string) (dto.SubnetInfo, error) IPv6ByName(name string) (dto.SubnetInfo, error) }
type MachineExtractor ¶
type MachinePersister ¶
type ServerExecutor ¶
type ServerExtractor ¶
type SubnetPersister ¶
type SubnetPersister interface {
Save(info dto.SubnetInfo) error
}
type SwitchExtractor ¶
type SwitchExtractor interface {
ByChassisID(chassisID string) (dto.SwitchInfo, error)
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.