Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoKey = errors.New("provided key not exists in result") ErrBadJsonPath = errors.New("bad json path formula") )
Functions ¶
This section is empty.
Types ¶
type ActionResult ¶
func OK ¶
func OK() *ActionResult
func (*ActionResult) GetKeyValue ¶
func (a *ActionResult) GetKeyValue(jsonPath string) (string, error)
GetKeyValue look up key in our json representation every time perform JSON marshaling. This is too slow!!!
Click to show internal directories.
Click to hide internal directories.