Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFoundNodes = errors.New("no nodes found")
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType string
ActionType 定义操作类型
const ( ActionReplace ActionType = "replace" ActionDelete ActionType = "delete" ActionRegexReplace ActionType = "regex_replace" )
Click to show internal directories.
Click to hide internal directories.