file

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL