Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository struct { // added attributes: Linked bool `json:"linked"` IsOwner bool `json:"is_owner"` ID uint32 `json:"id"` Name string `json:"name"` FullName string `json:"full_name"` Private bool `json:"private"` Owner Owner `json:"owner"` Description *string `json:"description"` Fork bool `json:"fork"` }
types
Click to show internal directories.
Click to hide internal directories.