change

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Detect

func Detect(baseRoot, currentRoot string) ([]string, error)

Types

type FilterResult added in v0.1.10

type FilterResult struct {
	Paths    []string
	Included []string
	Ignored  []string
}

type Index

type Index struct {
	// contains filtered or unexported fields
}

func NewIndex

func NewIndex() *Index

func (*Index) Add

func (i *Index) Add(application string, inputs []string)

func (*Index) Match

func (i *Index) Match(changed []string) MatchResult

type MatchResult

type MatchResult struct {
	Applications []string
	Unowned      []string
	RenderAll    bool
}

type PathFilter added in v0.1.10

type PathFilter struct {
	// contains filtered or unexported fields
}

func NewPathFilter added in v0.1.10

func NewPathFilter(config PathFilterConfig) (PathFilter, error)

func (PathFilter) Apply added in v0.1.10

func (filter PathFilter) Apply(paths []string) FilterResult

type PathFilterConfig added in v0.1.10

type PathFilterConfig struct {
	Includes []string
	Ignores  []string
}

Jump to

Keyboard shortcuts

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