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)
 }
 
 ////////////////////////////////////////////