Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
Action represents a delete action
type ActionType ¶
type ActionType int
const ( // Delete represents a delete action Delete ActionType = iota )
Click to show internal directories.
Click to hide internal directories.