# Functions
New retruns a new driver registry handle.
# Structs
DrvRegistry holds the registry of all network drivers and IPAM drivers that it knows about.
# Type aliases
DriverNotifyFunc defines the notify function signature when a new network driver gets registered.
DriverWalkFunc defines the network driver table walker function signature.
InitFunc defines the driver initialization function signature.
IPAMNotifyFunc defines the notify function signature when a new IPAM driver gets registered.
IPAMWalkFunc defines the IPAM driver table walker function signature.