Versions in this module Expand all Collapse all v0 v0.0.6 Oct 3, 2022 Changes in this version + func GetLastCreatedAt(ctx context.Context, projectID, dsn, owner, repository string, number int64) (time.Time, error) + func GetLastPullReqNumber(ctx context.Context, projectID, dsn, owner, repository string) (int64, error) + func Items(owner, repository string, list []*github.PullRequest) []interface v0.0.5 Sep 24, 2022 Changes in this version + func GetLastID(ctx context.Context, projectID, dsn, owner, repository string) (int64, error) + func GetLastPullReqsCommits(ctx context.Context, projectID, dsn, owner, repository string) (int64, error) v0.0.4 Jun 27, 2022 Changes in this version + func Fetch(c *gin.Context) + func GetNextToken(ctx context.Context, projectID, dsn string) (int64, error) + func ListCommits(ctx context.Context, projectID, dsn string, number int) (map[string]bool, error) + func ListPullReqs(ctx context.Context, projectID, dsn, state string) ([]dataset.PullReq, error) + func Update(c *gin.Context) + func UpdatePullReq(ctx context.Context, projectID, dsn string, r *github.PullRequest) error