v1alpha1

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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 NewBitbucketPoller(endpoint string, accessToken string, insecureSkipVerify bool, project string, repository string) *BitbucketPoller

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 NewGithubPoller(endpoint string, accessToken string, insecureSkipVerify bool, owner string, repository string) *GithubPoller

func (GithubPoller) Poll

func (githubPoller GithubPoller) Poll(branch string, etag string) (pullrequestv1alpha1.Branches, string, error)

type PullrequestPoller

type PullrequestPoller interface {
	Poll(branch string, etag string) (pullrequestv1alpha1.Branches, string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL