Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OK = newStatus("ok") Unchanged = newStatus("unchanged") Overwriting = newStatus("overwriting") EmptyFilename = newStatus("empty_filename") TrailingPeriod = newStatus("trailing_periods_present") PathExists = newStatus("target_exists") OverwritingNewPath = newStatus("overwriting_new_path") ForbiddenCharacters = newStatus("forbidden_characters_present") FilenameLengthExceeded = newStatus("filename_too_long") SourceAlreadyRenamed = newStatus("source_already_renamed") SourceNotFound = newStatus("source_not_found") Ignored = newStatus("ignored") )
Functions ¶
This section is empty.
Types ¶
type Status ¶
func (Status) MarshalJSON ¶ added in v2.2.0
func (*Status) UnmarshalJSON ¶ added in v2.2.0
Click to show internal directories.
Click to hide internal directories.