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