Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONPathResolver ¶
type JSONPathResolver struct {
// contains filtered or unexported fields
}
func (*JSONPathResolver) ToPathSlice ¶
func (jpr *JSONPathResolver) ToPathSlice(path string) []string
type PathResolver ¶
func NewJSONPathResolver ¶
func NewJSONPathResolver() PathResolver
func NewXPathResolver ¶
func NewXPathResolver() PathResolver
type XPathResolver ¶
type XPathResolver struct {
// contains filtered or unexported fields
}
func (*XPathResolver) ToPathSlice ¶
func (xpr *XPathResolver) ToPathSlice(path string) []string
Click to show internal directories.
Click to hide internal directories.