0x4a52466c696e74 преди 1 година
родител
ревизия
adfafe4ee1
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      request.go

+ 2 - 0
request.go

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