| 21 | } |
| 22 | |
| 23 | type Spawner interface { |
| 24 | Spawn(ctx context.Context, req SpawnRequest) (JobContainer, error) |
| 25 | } |
| 26 | |
| 27 | type APIClient interface { |
| 28 | ClaimVerification(ctx context.Context, capacity api.AgentCapacity) (*api.JobAssignment, error) |
no outgoing calls
no test coverage detected