# Constants
TableAddressPool is the table for storing addresspool information.
TableEndPoint is the table for storing fabric endpoint information.
TableFabric is the table for storing switch and pod ids.
TablePort is the table for storing port information.
TableSwitch is the table for storing switch information.
TableSwitchChassis is the table for storing switch chassis information.
TableSwitchPorts is the table for storing ports of each switch.
TableZone is the table for storing zone information.
TableZoneDomain is the table for storing ZoneToDomainDN information.
# Variables
Connector is the interface which connects the DB functions.
ErrorKeyAlreadyExist is for identifing already exist error.
ErrorKeyNotFound is for identifing not found error.
ErrorServiceUnavailable is for identifing DB connection errors.
# Structs
Client is the established connection.
Config is the configuration for db which is set by the wrapper package.
MockConnector is for mocking DB connector interface.
# Interfaces
RedisExternalCalls containes the methods to make calls to external client libraries of Redis DB.