Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action int
Action the action of file change
const ( // UnknownAction the unknown file operation UnknownAction Action = iota // CreateAction the action of create a file CreateAction // WriteAction the action of write data to the file WriteAction // RemoveAction the action of remove the file RemoveAction // RenameAction the action of rename the file RenameAction // ChmodAction the action of change the file mode ChmodAction // SymlinkAction the action of create a symbolic link SymlinkAction )
func ParseActionFromString ¶
ParseActionFromString parse the string value to Action
Click to show internal directories.
Click to hide internal directories.