Documentation
¶
Index ¶
- func Confirm() bool
- func ConvertConfig(data map[string]any) (*config.Config, []string, error)
- func LoadOpenClawConfig(configPath string) (map[string]any, error)
- func MergeConfig(existing, incoming *config.Config) *config.Config
- func PrintPlan(actions []Action, warnings []string)
- func PrintSummary(result *Result)
- type Action
- type ActionType
- type Options
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintSummary ¶
func PrintSummary(result *Result)
Types ¶
type Action ¶
type Action struct {
Type ActionType
Source string
Destination string
Description string
}
type ActionType ¶
type ActionType int
const ( ActionCopy ActionType = iota ActionSkip ActionBackup ActionConvertConfig ActionCreateDir ActionMergeConfig )
Click to show internal directories.
Click to hide internal directories.