Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitbucketPoller ¶
type BitbucketPoller struct { Endpoint string AccessToken string InsecureSkipVerify bool Project string Repository string }
func NewBitbucketPoller ¶
func (BitbucketPoller) Poll ¶
func (bitbucketPoller BitbucketPoller) Poll(branch string, etag string) (pullrequestv1alpha1.Branches, string, error)
type GithubPoller ¶
type GithubPoller struct { Endpoint string AccessToken string InsecureSkipVerify bool Owner string Repository string }
func NewGithubPoller ¶
func (GithubPoller) Poll ¶
func (githubPoller GithubPoller) Poll(branch string, etag string) (pullrequestv1alpha1.Branches, string, error)
type PullrequestPoller ¶
Click to show internal directories.
Click to hide internal directories.