git

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GitHubProvider    = "github"
	GitLabProvider    = "gitlab"
	BitBucketProvider = "bitbucket-cloud"
)

Variables

Functions

func CreateWebHook added in v0.38.0

func CreateWebHook(ctx context.Context, gitRepoURL, webHookTarget, webHookSecret, personalAccessToken string) error

func GitProviderName

func GitProviderName(url string) (string, error)

func RepoOwnerAndNameFromUrl

func RepoOwnerAndNameFromUrl(url string) (string, string, error)

RepoOwnerAndNameFromUrl for input url returns repo owner and repo name eg. for github.com/foo/bar returns 'foo' and 'bar'

Types

type SupportedProviders

type SupportedProviders []string

func (SupportedProviders) PrettyString

func (sp SupportedProviders) PrettyString() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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