X Tutup
Skip to content

Commit 4eedfc0

Browse files
committed
Add docs link comment to Codespaces struct definition
1 parent 7ca31e0 commit 4eedfc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/codespaces/api/api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ func (a *API) GetRepository(ctx context.Context, nwo string) (*Repository, error
167167
}
168168

169169
// Codespace represents a codespace.
170+
// You can see more about the fields in this type in the codespaces api docs:
171+
// https://docs.github.com/en/rest/reference/codespaces
170172
type Codespace struct {
171173
Name string `json:"name"`
172174
CreatedAt string `json:"created_at"`

0 commit comments

Comments
 (0)
X Tutup