package
Version:
v0.1.10
Opens a new window with list of versions in this module.
Published: Jan 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Change struct {
Scope string `json:"scope"`
Target string `json:"target"`
Action string `json:"action"`
Details interface{} `json:"details"`
}
type Plan struct {
Changes []Change `json:"changes"`
Warnings []string `json:"warnings"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.