Documentation ¶
Index ¶
- type ConnectorService
- func (c *ConnectorService) Start() error
- func (c *ConnectorService) StartDiscovery(ctx context.Context, connectorCore *core.ConnectorCore, ...)
- func (c *ConnectorService) StartSocketWorker(ctx context.Context, connectorCore *core.ConnectorCore, ...)
- func (c *ConnectorService) StartWithPlugins(ctx context.Context, cfg config.Config, border0API api.API, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectorService ¶
type ConnectorService struct {
// contains filtered or unexported fields
}
func NewConnectorService ¶
func (*ConnectorService) Start ¶
func (c *ConnectorService) Start() error
func (*ConnectorService) StartDiscovery ¶
func (c *ConnectorService) StartDiscovery(ctx context.Context, connectorCore *core.ConnectorCore, socketUpdateCh chan []models.Socket, group *errgroup.Group)
func (*ConnectorService) StartSocketWorker ¶
func (c *ConnectorService) StartSocketWorker(ctx context.Context, connectorCore *core.ConnectorCore, socketUpdateCh chan []models.Socket, group *errgroup.Group)
Click to show internal directories.
Click to hide internal directories.