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