Documentation
¶
Index ¶
- type Branches
- type Clone
- type Commits
- type Downloads
- type FluffyAvatar
- type FluffyHTML
- type FluffySelf
- type Forks
- type Hooks
- type Issues
- type Mainbranch
- type OverrideSettings
- type Owner
- type OwnerLinks
- type Project
- type ProjectLinks
- type Pullrequests
- type PurpleAvatar
- type PurpleHTML
- type PurpleSelf
- type Response
- type Source
- type StickyAvatar
- type StickyHTML
- type StickySelf
- type Tags
- type TentacledAvatar
- type TentacledHTML
- type TentacledSelf
- type Value
- type ValueLinks
- type Watchers
- type Workspace
- type WorkspaceLinks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluffyAvatar ¶
type FluffyAvatar struct {
Href string `json:"href"`
}
type FluffyHTML ¶
type FluffyHTML struct {
Href string `json:"href"`
}
type FluffySelf ¶
type FluffySelf struct {
Href string `json:"href"`
}
type Mainbranch ¶
type OverrideSettings ¶
type OwnerLinks ¶
type OwnerLinks struct {
Avatar FluffyAvatar `json:"avatar"`
HTML FluffyHTML `json:"html"`
Self FluffySelf `json:"self"`
}
type Project ¶
type Project struct {
Key string `json:"key"`
Links ProjectLinks `json:"links"`
Name string `json:"name"`
Type string `json:"type"`
UUID string `json:"uuid"`
}
type ProjectLinks ¶
type ProjectLinks struct {
Avatar TentacledAvatar `json:"avatar"`
HTML TentacledHTML `json:"html"`
Self TentacledSelf `json:"self"`
}
type Pullrequests ¶
type Pullrequests struct {
Href string `json:"href"`
}
type PurpleAvatar ¶
type PurpleAvatar struct {
Href string `json:"href"`
}
type PurpleHTML ¶
type PurpleHTML struct {
Href string `json:"href"`
}
type PurpleSelf ¶
type PurpleSelf struct {
Href string `json:"href"`
}
type StickyAvatar ¶
type StickyAvatar struct {
Href string `json:"href"`
}
type StickyHTML ¶
type StickyHTML struct {
Href string `json:"href"`
}
type StickySelf ¶
type StickySelf struct {
Href string `json:"href"`
}
type TentacledAvatar ¶
type TentacledAvatar struct {
Href string `json:"href"`
}
type TentacledHTML ¶
type TentacledHTML struct {
Href string `json:"href"`
}
type TentacledSelf ¶
type TentacledSelf struct {
Href string `json:"href"`
}
type Value ¶
type Value struct {
CreatedOn string `json:"created_on"`
Description string `json:"description"`
ForkPolicy string `json:"fork_policy"`
FullName string `json:"full_name"`
HasIssues bool `json:"has_issues"`
HasWiki bool `json:"has_wiki"`
IsPrivate bool `json:"is_private"`
Language string `json:"language"`
Links ValueLinks `json:"links"`
Mainbranch Mainbranch `json:"mainbranch"`
Name string `json:"name"`
OverrideSettings OverrideSettings `json:"override_settings"`
Owner Owner `json:"owner"`
Parent interface{} `json:"parent"`
Project Project `json:"project"`
SCM string `json:"scm"`
Size int64 `json:"size"`
Slug string `json:"slug"`
Type string `json:"type"`
UpdatedOn string `json:"updated_on"`
UUID string `json:"uuid"`
Website string `json:"website"`
Workspace Workspace `json:"workspace"`
}
type ValueLinks ¶
type ValueLinks struct {
Avatar PurpleAvatar `json:"avatar"`
Branches Branches `json:"branches"`
Clone []Clone `json:"clone"`
Commits Commits `json:"commits"`
Downloads Downloads `json:"downloads"`
Forks Forks `json:"forks"`
Hooks Hooks `json:"hooks"`
HTML PurpleHTML `json:"html"`
Issues *Issues `json:"issues,omitempty"`
Pullrequests Pullrequests `json:"pullrequests"`
Self PurpleSelf `json:"self"`
Source Source `json:"source"`
Tags Tags `json:"tags"`
Watchers Watchers `json:"watchers"`
}
type Workspace ¶
type Workspace struct {
Links WorkspaceLinks `json:"links"`
Name string `json:"name"`
Slug string `json:"slug"`
Type string `json:"type"`
UUID string `json:"uuid"`
}
type WorkspaceLinks ¶
type WorkspaceLinks struct {
Avatar StickyAvatar `json:"avatar"`
HTML StickyHTML `json:"html"`
Self StickySelf `json:"self"`
}
Click to show internal directories.
Click to hide internal directories.