Connect to the correct provisioner for the given job. The response is delivered asynchronously over the respCh. If the provided context expires, the Connector may stop waiting for the provisioner and return an error response.
(ctx context.Context, job *proto.AcquiredJob, respCh chan<- ConnectResponse)
| 52 | // the Connector may stop waiting for the provisioner and return an error |
| 53 | // response. |
| 54 | Connect(ctx context.Context, job *proto.AcquiredJob, respCh chan<- ConnectResponse) |
| 55 | } |
| 56 | |
| 57 | // Options provides customizations to the behavior of a provisioner daemon. |
no outgoing calls