Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDriverNotFound = errors.Error("driver not found")
)
Functions ¶
This section is empty.
Types ¶
type DriverManager ¶
func NewDriverManager ¶
func NewDriverManager(keySep string) *DriverManager
func (*DriverManager) Get ¶
func (m *DriverManager) Get(keys ...string) (interface{}, error)
func (*DriverManager) GetDrivers ¶
func (m *DriverManager) GetDrivers() map[string]interface{}
func (*DriverManager) Register ¶
func (m *DriverManager) Register(drv interface{}, keys ...string) error
Click to show internal directories.
Click to hide internal directories.