Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (Config) ListRepositories ¶
type Repo ¶
type Repo struct {
PushedAt time.Time `json:"pushed_at"`
UpdatedAt time.Time `json:"updated_at"`
Name string `json:"name"`
Language string `json:"language"`
DefaultBranch string `json:"default_branch"`
Archived bool `json:"archived"`
Disabled bool `json:"disabled"`
Fork bool `json:"fork"`
IsTemplate bool `json:"is_template"`
}
Click to show internal directories.
Click to hide internal directories.