Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Output ¶
type Output struct {
Conflicts conflict.Collection `json:"conflicts,omitempty"`
WorkingDir string `json:"working_dir"`
Date string `json:"date"`
Changes []*file.Change `json:"changes"`
DryRun bool `json:"dry_run"`
}
Output represents the structure of the output produced by the `--json` flag. It is also used for backup files.
Click to show internal directories.
Click to hide internal directories.