Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type ListOptions ¶
type Workspace ¶
type Workspace struct {
UUID string `json:"uuid"`
Name string `json:"name"`
Slug string `json:"slug"`
Type string `json:"type"`
IsPrivate bool `json:"is_private"`
Links struct {
HTML struct {
Href string `json:"href"`
} `json:"html"`
} `json:"links"`
}
Workspace represents a Bitbucket workspace
Click to show internal directories.
Click to hide internal directories.