Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorInvalidConnection = errors.New("invalid connection object set at runtime") ErrorInvalidEmptyDestination = errors.New("invalid empty destination set") )
View Source
var ConnectorLogger = log.ChildLogger(log.RootLogger(), "ems.connection")
Functions ¶
This section is empty.
Types ¶
type ClientManager ¶
type ClientManager struct {
// contains filtered or unexported fields
}
func (*ClientManager) GetConnection ¶
func (k *ClientManager) GetConnection() interface{}
func (*ClientManager) ReleaseConnection ¶
func (k *ClientManager) ReleaseConnection(connection interface{})
func (*ClientManager) Start ¶
func (k *ClientManager) Start() error
func (*ClientManager) Stop ¶
func (k *ClientManager) Stop() error
func (*ClientManager) Type ¶
func (k *ClientManager) Type() string
type Factory ¶
type Factory struct { }
func (*Factory) NewManager ¶
func (*Factory) NewManager(settings map[string]interface{}) (connection.Manager, error)
Click to show internal directories.
Click to hide internal directories.