()
| 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 | |
| 45 | type progressIndicator interface { |
no outgoing calls
no test coverage detected