Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver resolves one or more git glob paths in a git repository by running git ls-files. Glob path only resolve to files that are tracked in the repository.
func NewResolver ¶
NewResolver returns a resolver that resolves the passed git glob paths to absolute paths
Click to show internal directories.
Click to hide internal directories.