Add docs link comment to Codespaces struct definition
This commit is contained in:
parent
7ca31e02b4
commit
4eedfc05c1
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ func (a *API) GetRepository(ctx context.Context, nwo string) (*Repository, error
|
|||
}
|
||||
|
||||
// Codespace represents a codespace.
|
||||
// You can see more about the fields in this type in the codespaces api docs:
|
||||
// https://docs.github.com/en/rest/reference/codespaces
|
||||
type Codespace struct {
|
||||
Name string `json:"name"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue