Add result validation

This commit is contained in:
kortschak 2014-07-31 08:33:18 +09:30
parent 02672da9ad
commit c4e4abbffc
4 changed files with 190 additions and 29 deletions

View file

@ -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()
}