Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterManager ¶
func RegisterManagerFactory ¶
func RegisterManagerFactory(factory ManagerFactory) error
func ResolveConfig ¶
Types ¶
type Config ¶
type Manager ¶
type Manager interface {
Type() string
GetConnection() interface{}
ReleaseConnection(connection interface{})
}
func GetManager ¶
func NewManager ¶
type ManagerFactory ¶
type ManagerFactory interface {
Type() string
NewManager(settings map[string]interface{}) (Manager, error)
}
func GetManagerFactory ¶
func GetManagerFactory(ref string) ManagerFactory
Click to show internal directories.
Click to hide internal directories.