gitscheme

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type URI

type URI struct {
	Scheme   string
	User     string
	Host     string
	Path     string
	Branch   string
	Filename string
}

func Parse

func Parse(uri string) (*URI, error)

Parse parses a Git URI scheme that supports referencing a file in a git repository in a specific branch or commit.

The branch and filepath are optional. If branch is omitted, based on the host, the default branch for the repository is retrieved.

Jump to

Keyboard shortcuts

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