Versions in this module Expand all Collapse all v1 v1.0.0 Jul 7, 2023 Changes in this version + type Account struct + AnnualAmount float64 + Discount int + DisplayName string + FirstBillableAt string + HasAnnualBilling bool + HasGithubBilling string + Id int + PrivateUsersCount int + Seats int + Slug string + Status string + type Assignee struct + type Card struct + AssigneeIds []int + Assignees []Assignee + Body string + CategoryName string + ClosedAt string + CloserId int + CommentsCount int + Creator []Person + CreatorId int + Epic Epic + EpicId int + GithubIssue GithubIssue + Id int + LabelIds []int + Labels []Label + LastCommentAt string + Number int + Points int + Priority optional.Int + ProjectId int + SearchKey string + SprintId int + State string + Status string + Title string + UpvotesCount int + WorkspaceId int + type Comment struct + Body string + CardId int + Creator Person + CreatorId int + Id int + type CurrentPerson struct + GithubUserId int + type Data struct + Data []T + type Epic struct + AssigneeId int + CardsStatus string + ClosedAt string + ClosedCardsCount int + ClosedPoints int + Closer Person + CloserId int + Color string + CommentsCount int + Creator Person + CreatorId int + Description string + DueOn string + EpicListId int + Id int + Labels []Label + Number int + OpenCardsCount int + OpenPoints int + Priority int + ProjectId int + Rank string + SearchKey string + StartDate string + State string + Status string + Title string + TrackCards bool + WorkspaceId int + type GithubIssue struct + CreatedAt string + HtmlUrl string + Id int + Locked bool + Merged bool + Milestone Milestone + MilestoneId int + Number int + Source Source + SourceId int + Type string + type Label struct + Color string + Id int + Name string + ProjectId int + type Member struct + AvatarPathIsLocked bool + GithubUserId int + IsUser bool + NameIsLocked bool + type Milestone struct + Id int + SourceId int + State string + Title string + type NewCardParameters struct + AssigneeIds []int + Body string + CategoryName string + EpicId int + LabelIds []int + Points int + Priority int + ProjectId int + SprintId int + Title string + WorkspaceId int + type PaginatedResponse struct + Data []T + type Pagination struct + Page int + PerPage int + Total int + TotalPages int + type Person struct + AvatarPath string + Id int + Name string + Username string + type Project struct + AccountId int + AutoAddGithubUsers bool + Color string + DefaultEpicListId int + Description string + Id int + Name string + Points bool + Priority bool + PriorityFormat string + Private bool + ShouldUseFibonacciScale bool + Slug string + Sources []Source + Triage bool + Upvotes bool + Workspaces []Workspace + type Resource interface + type Source struct + Id int + Name string + type Sprint struct + ClosedAt string + ClosedCardsCount int + ClosedPoints int + Description string + EndDate string + Id int + OpenCardsCount int + OpenPoints int + ProjectId int + StartDate string + State string + Title string + WorkspaceId int + type Timestamps struct + CreatedAt string + UpdatedAt string + type Workspace struct + ArchiveMergedPrs bool + AutoArchiveClosedCards bool + DefaultCardTemplateId int + Description string + Id int + Name string + Points bool + Priority bool + PriorityFormat int + Private bool + ProjectId int + ShouldDisplayPrs bool + ShouldUseFibonacciScale bool + Slug string + Timezone string + Upvotes bool + UseCategoryLabels bool + type ZubeAccessToken struct + AccessToken string Other modules containing this package github.com/platogo/zube/v2