Versions in this module Expand all Collapse all v0 v0.0.6 Oct 3, 2022 Changes in this version + func Items(owner, repository string, p dataset.PullReq, list []*github.RepositoryCommit) []interface v0.0.5 Sep 24, 2022 Changes in this version + func GetLastID(ctx context.Context, projectID, dsn, owner, repository string) (int64, 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, int64, error) + type PullReq struct + ID int64 + Number int64 + func ListPullReqs(ctx context.Context, projectID, dsn string, nextToken int64) ([]PullReq, error)