(ctx context.Context, name string)
| 39 | type apiClient interface { |
| 40 | GetCodespace(ctx context.Context, name string, includeConnection bool) (*api.Codespace, error) |
| 41 | StartCodespace(ctx context.Context, name string) error |
| 42 | ExternalHTTPClient() (*http.Client, error) |
| 43 | } |
| 44 |
no outgoing calls
no test coverage detected