Documentation ¶
Index ¶
- type Adapter
- type AdapterManager
- func (am *AdapterManager) Connect(host string, options *core.Options) error
- func (am *AdapterManager) Disconnect()
- func (am *AdapterManager) GetAdapters() ([]*Adapter, error)
- func (am *AdapterManager) Register(component string, adapterID string, name string) error
- func (am *AdapterManager) Unregister(adapterID string) error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterManager ¶
type AdapterManager struct {
// contains filtered or unexported fields
}
func NewAdapterManager ¶
func NewAdapterManager(options *Options) *AdapterManager
func NewAdapterManagerWithClient ¶
func NewAdapterManagerWithClient(client *core.Client, options *Options) *AdapterManager
func (*AdapterManager) Connect ¶
func (am *AdapterManager) Connect(host string, options *core.Options) error
func (*AdapterManager) Disconnect ¶
func (am *AdapterManager) Disconnect()
func (*AdapterManager) GetAdapters ¶
func (am *AdapterManager) GetAdapters() ([]*Adapter, error)
func (*AdapterManager) Register ¶
func (am *AdapterManager) Register(component string, adapterID string, name string) error
func (*AdapterManager) Unregister ¶
func (am *AdapterManager) Unregister(adapterID string) error
Click to show internal directories.
Click to hide internal directories.