Add result validation
This commit is contained in:
parent
02672da9ad
commit
c4e4abbffc
4 changed files with 190 additions and 29 deletions
|
|
@ -39,7 +39,7 @@ type HttpSession interface {
|
|||
ExecInput(string, chan interface{}, int)
|
||||
GetQuery(string, chan map[string]interface{})
|
||||
BuildJson(interface{})
|
||||
GetJson() (interface{}, error)
|
||||
GetJson() ([]interface{}, error)
|
||||
ClearJson()
|
||||
ToggleDebug()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue