Versions in this module Expand all Collapse all v0 v0.3.0 Jul 9, 2026 v0.2.0 Jun 23, 2026 Changes in this version + var ErrNeedsFullDeploy = errors.New("deploymentpatch: change cannot be patched, full deploy required") + func BuildPatchOps(ctx context.Context, opts BuildPatchOpsOptions) ([]managementapi.CreateDeploymentPatchRequest_PatchOps_Item, error) + func BuildPatchPoint(ctx context.Context, opts BuildPatchPointOptions) (*managementapi.DeploymentPatchPoint, error) + func CompileTrussIgnore(contents []byte) modelarchive.IgnoreFileFunc + func ResolveTrussIgnore(dir string) (modelarchive.IgnoreFileFunc, error) + func Watch(ctx context.Context, opts WatchOptions) (<-chan WatchEvent, error) + type BuildPatchOpsOptions struct + Dir string + HotReload bool + Next *managementapi.DeploymentPatchPoint + Prev *managementapi.DeploymentPatchPoint + type BuildPatchPointOptions struct + Dir string + type WatchEvent struct + Err error + type WatchOptions struct + DebounceWindow time.Duration + Dir string