Versions in this module Expand all Collapse all v0 v0.6.0 Jun 17, 2026 Changes in this version + const IncludeMissingHintSourceMissing + const IncludeMissingHintSourceMissingTargetExists + const IncludeOriginExplicit + const IncludeOriginSource + type Action struct + Op string + Path string + Status string + type ApplyOptions struct + DryRun bool + Force bool + ForceLink bool + From string + Include string + type CLIError struct + Code int + Err error + Msg string + func (e *CLIError) Error() string + func (e *CLIError) Unwrap() error + type Engine struct + func NewEngine() *Engine + func (e *Engine) Apply(ctx context.Context, cwd string, opts ApplyOptions) (Result, int, error) + type Result struct + Actions []Action + DryRun bool + From string + IncludeFile string + IncludeFound bool + IncludeMissingHint string + IncludeOrigin string + PatternCount int + ResolvedIncludePath string + Summary Summary + TargetIncludePath string + To string + type Summary struct + Conflicts int + Copied int + CopyPlanned int + Errors int + LinkPlanned int + Linked int + Matched int + SkippedMissingSrc int + SkippedSame int