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