Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
ID *string `json:"id"`
ParentID *string `json:"parent_id"`
Order *int `json:"order"`
Color *string `json:"color"`
Name *string `json:"name"`
CommentCount *int `json:"comment_count"`
IsFavorite *bool `json:"is_favorite"`
IsInboxProject *bool `json:"is_inbox_project"`
IsTeamInbox *bool `json:"is_team_inbox"`
URL *string `json:"url"`
ViewStyle *string `json:"view_style"`
}
func (*Project) TableHeader ¶
Click to show internal directories.
Click to hide internal directories.