ls

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Repos

func Repos(srcFs fs.FS, srcPath string) (<-chan Repo, error)

Types

type Repo

type Repo interface {
	RepoPathData
	RepoGitData
}

type RepoGitData

type RepoGitData interface {
	LastCommitTime() time.Time
	MainRemoteURL() string
	Config() *config.Config
	Branches() []taxonomy.Branch
	Head() string
}

type RepoPathData

type RepoPathData interface {
	ShortPath() string
}

Jump to

Keyboard shortcuts

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