Explorar el Código

rest.IRequest fixed

0x4a52466c696e74 hace 1 año
padre
commit
adfafe4ee1
Se han modificado 1 ficheros con 2 adiciones y 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)
 }
 
 ////////////////////////////////////////////