()
| 66 | //go:generate moq -fmt goimports -rm -skip-ensure -out mock_api.go . apiClient |
| 67 | type apiClient interface { |
| 68 | ServerURL() string |
| 69 | GetUser(ctx context.Context) (*api.User, error) |
| 70 | GetCodespace(ctx context.Context, name string, includeConnection bool) (*api.Codespace, error) |
| 71 | GetOrgMemberCodespace(ctx context.Context, orgName string, userName string, codespaceName string) (*api.Codespace, error) |
no outgoing calls
no test coverage detected