Documentation ¶ Index ¶ func Fetch(c *gin.Context) func GetLastID(ctx context.Context, projectID, dsn, owner, repository string) (int64, int64, error) type PullReq func ListPullReqs(ctx context.Context, projectID, dsn, owner, repository string, lastID int64, ...) ([]PullReq, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Fetch ¶ func Fetch(c *gin.Context) func GetLastID ¶ added in v0.0.5 func GetLastID(ctx context.Context, projectID, dsn, owner, repository string) (int64, int64, error) Types ¶ type PullReq ¶ type PullReq struct { ID int64 Number int64 } func ListPullReqs ¶ func ListPullReqs(ctx context.Context, projectID, dsn, owner, repository string, lastID int64, limit string) ([]PullReq, error) Source Files ¶ View all Source files fetch.go Click to show internal directories. Click to hide internal directories.