giturl

package
v0.20.2 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitURL

type GitURL struct {
	// Host is a Git host.
	Host string

	// User is a user or an org.
	User string

	// Repo is a repo name.
	Repo string
}

GitURL represents a Git url.

func Parse

func Parse(u string) (GitURL, error)

Parse parses a Git url u.

func (GitURL) UserAndRepo

func (g GitURL) UserAndRepo() string

UserAndRepo returns the combined string representation of user and repo.

Jump to

Keyboard shortcuts

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