filechange

package
v0.11.0-a.13 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string
const (
	ActionCreated   Action = "created"
	ActionUpdated   Action = "updated"
	ActionRemoved   Action = "removed"
	ActionUnchanged Action = "unchanged"
)

type Change

type Change struct {
	Path   string `json:"path"   ub:"path"`
	Action Action `json:"action" ub:"action"`
}

func Compose

func Compose(changes []Change) ([]Change, error)

func Observe

func Observe(paths []string, mutate func() error) ([]Change, error)

Observe runs mutate once and reports the resulting actions for paths.

func Sort

func Sort(changes []Change) []Change

func WriteFile

func WriteFile(path string, content []byte, mode fs.FileMode) (Change, error)

WriteFile atomically writes content and reports the resulting file action.

Jump to

Keyboard shortcuts

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