Skip to content

Commit b2ff4c3

Browse files
committed
Remove unused structs
1 parent 7c497f2 commit b2ff4c3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/codespaces/api/api.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,6 @@ func (a *API) ListCodespaces(ctx context.Context) ([]*Codespace, error) {
223223
return response.Codespaces, nil
224224
}
225225

226-
// getCodespaceTokenRequest is the request body for the get codespace token endpoint.
227-
type getCodespaceTokenRequest struct {
228-
MintRepositoryToken bool `json:"mint_repository_token"`
229-
}
230-
231-
type getCodespaceTokenResponse struct {
232-
RepositoryToken string `json:"repository_token"`
233-
}
234-
235226
// GetCodespace returns the user codespace based on the provided name.
236227
// If the codespace is not found, an error is returned.
237228
// If includeConnection is true, it will return the connection information for the codespace.

0 commit comments

Comments
 (0)