Prechádzať zdrojové kódy

rest.IRequest fixed

0x4a52466c696e74 1 rok pred
rodič
commit
adfafe4ee1
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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)
 }
 
 ////////////////////////////////////////////