@@ -29,6 +29,8 @@ type IRequest interface {
RFile(string) (IReadCloserLen, bool)
RClose()
Fields(any, RequestFiles) (json.Map, IErrorArgs)
+ ParseOrder() (IOrderObject, IErrorArgs)
+ ParseConditions() ([]ICondition, IErrorArgs)
}
////////////////////////////////////////////