Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { OriginalSource string `json:"-"` Status status.Status `json:"status"` BaseDir string `json:"base_dir"` Source string `json:"source"` Target string `json:"target"` Error error `json:"error,omitempty"` CSVRow []string `json:"-"` Index int `json:"-"` IsDir bool `json:"is_dir"` WillOverwrite bool `json:"will_overwrite"` }
Change represents a single renaming change.
Click to show internal directories.
Click to hide internal directories.