package
Version:
v0.11.0-a.12
Opens a new window with list of versions in this module.
Published: Jul 28, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
ActionCreated Action = "created"
ActionUpdated Action = "updated"
ActionRemoved Action = "removed"
ActionUnchanged Action = "unchanged"
)
type Change struct {
Path string `json:"path" ub:"path"`
Action Action `json:"action" ub:"action"`
}
Observe runs mutate once and reports the resulting actions for paths.
WriteFile atomically writes content and reports the resulting file action.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.