Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdView ¶
Types ¶
type ViewOptions ¶
type WorkspaceDetail ¶
type WorkspaceDetail 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"`
Avatar struct {
Href string `json:"href"`
} `json:"avatar"`
} `json:"links"`
}
WorkspaceDetail represents detailed workspace information
type WorkspaceMembers ¶
type WorkspaceMembers struct {
Size int `json:"size"`
}
WorkspaceMembers represents workspace membership stats
Click to show internal directories.
Click to hide internal directories.