Allow to configure connectors
This commit is contained in:
@@ -87,6 +87,10 @@ func (a *Agent) StopAction() {
|
||||
}
|
||||
}
|
||||
|
||||
func (a *Agent) Context() context.Context {
|
||||
return a.context.Context
|
||||
}
|
||||
|
||||
// Ask is a pre-emptive, blocking call that returns the response as soon as it's ready.
|
||||
// It discards any other computation.
|
||||
func (a *Agent) Ask(opts ...JobOption) *JobResult {
|
||||
|
||||
Reference in New Issue
Block a user