remotes

package
v0.25.2 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchRemote

func FetchRemote(ctx context.Context, fs fsh.FS, source string, tags []string, excluded []string) ([]structs.RemoteSpec, error)

Types

type SourceUri

type SourceUri interface {
	// contains filtered or unexported methods
}

func ParseRemote

func ParseRemote(uri string) (SourceUri, error)

type SourceUriFile

type SourceUriFile struct {
	Path string
}

type SourceUriGit

type SourceUriGit struct {
	Addr string
	Path string
}

type SourceUriUrl

type SourceUriUrl struct {
	URL string
}

Jump to

Keyboard shortcuts

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