package
0.0.0-20250216052840-474a5a15f83a
Repository: https://github.com/josh-silvas/dmux.git
Documentation: pkg.go.dev

# Functions

New : Function used to create a new SoT client data type.
NewNautobot : Creates a new Nautobot client.
NewNetbox : Creates a new Netbox client.

# Constants

ByID : Used to search for a device by ID.
ByIP : Used to search for a device by IP address.
ByMac : Used to search for a device by MAC address.
ByName : Used to search for a device by name.
BySerial : Used to search for a device by serial number.

# Variables

ErrorNotImplemented : Error returned when a method is not implemented.
SupportedSoT : A map of supported SoT backends.

# Structs

No description provided by the author
No description provided by the author
Nautobot implementation of the SoT interface.
Netbox implementation of the SoT interface.

# Interfaces

No description provided by the author