Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action int
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 )
func ParseAction ¶
func ParseActionFromString ¶
Click to show internal directories.
Click to hide internal directories.