Explorar o código

rest.IRequest fixed

0x4a52466c696e74 hai 1 ano
pai
achega
adfafe4ee1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)
 }
 
 ////////////////////////////////////////////