Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultUnquote = Unquote{}
Functions ¶
This section is empty.
Types ¶
type FinderJSONAttr ¶
type FinderJSONAttr struct {
AttrPath string `json:"attr_path" desc:"json value path, e.g. a.b[0].c" validate:"required"`
// contains filtered or unexported fields
}
func NewFinderJSONAttr ¶
func NewFinderJSONAttr(attrPath string) (*FinderJSONAttr, error)
type Join ¶
type Join struct {
SeparatorConf
}
type RegexpAllReplacer ¶
type Replacer ¶
type SeparatorConf ¶
type Split ¶
type Split struct {
SeparatorConf
}
Click to show internal directories.
Click to hide internal directories.