MCPcopy
hub / github.com/multica-ai/multica / Run

Method Run

server/internal/integrations/lark/connector.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, inst Installation, emit EventEmitter)

Source from the content-addressed store, hash-verified

30// after backoff.
31type EventConnector interface {
32 Run(ctx context.Context, inst Installation, emit EventEmitter) error
33}
34
35// ConnectorFactory builds an EventConnector. Kept for the bootstrap /

Implementers 7

Managerserver/internal/scheduler/manager.go
Hubserver/internal/realtime/hub.go
Supervisorserver/internal/integrations/channel/e
NoopConnectorserver/internal/integrations/lark/noop
WSLongConnConnectorserver/internal/integrations/lark/ws_c
Daemonserver/internal/daemon/daemon.go
BatchedHeartbeatSchedulerserver/internal/handler/heartbeat_sche

Calls

no outgoing calls