Documentation ¶
Index ¶
Constants ¶
View Source
const ( LIMIT int64 = 50 // How many to fetch at a time MAX_CONCURRENCY = 30 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitbucketClient ¶
type BitbucketClient struct {
// contains filtered or unexported fields
}
func NewBitbucketClient ¶
func NewBitbucketClient(conf *config.Config) *BitbucketClient
func (*BitbucketClient) GetPullRequestActivities ¶
func (c *BitbucketClient) GetPullRequestActivities(params requestsresponses.GetPullRequestActivitiesParams) (*requestsresponses.GetPullRequestActivitiesOK, error)
func (*BitbucketClient) GetPullRequests ¶
func (c *BitbucketClient) GetPullRequests(params requestsresponses.GetPullRequestsParams) (*requestsresponses.GetPullRequestsOK, error)
Click to show internal directories.
Click to hide internal directories.