| 40 | } |
| 41 | |
| 42 | type ImageClient interface { |
| 43 | InspectImage(ctx context.Context, id string) ([]MachineImage, error) |
| 44 | InspectRemoteImage(ctx context.Context, id string) ([]MachineRemoteImage, error) |
| 45 | } |
| 46 | |
| 47 | type LogsClient interface { |
| 48 | ServiceLogs( |
no outgoing calls
no test coverage detected