Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLastUpdateTimeRow ¶
type Issue ¶
type Issue struct {
ID int64
CreatedAt time.Time
UpdatedAt time.Time
RepositoryID int64
GithubID int64
Number int64
Title string
Body string
State string
IsPullRequest bool
PrUrl *string
PrHtmlUrl *string
PrDiffUrl *string
PrPatchUrl *string
GithubCreatedAt time.Time
GithubUpdatedAt time.Time
SyncedAt time.Time
}
type IssueAssignee ¶
type IssueLabel ¶
type Queries ¶
type Queries struct {
}
func (*Queries) GetLastUpdateTime ¶
func (*Queries) UpsertIssue ¶
type Repository ¶
type SyncCursor ¶
type UpsertIssueParams ¶
Click to show internal directories.
Click to hide internal directories.