Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidSelectorFormat = errors.New("invalid selector format") ErrParentFieldNotAllowed = errors.New("parent field is not allowed") ErrFieldNotFound = errors.New("field not found") ErrNotSupportedType = errors.New("not supported type") )
Errors
Functions ¶
This section is empty.
Types ¶
type Selector ¶
Selector is an interface to find the field from the response body.
func NewSelector ¶
func NewSelector() Selector
NewSelector creates a new selector instance to find the field from the response body.
Click to show internal directories.
Click to hide internal directories.