graniticio / granitic

Web/micro-services and IoC framework for Golang developers

Home Page:https://granitic.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreValidate is not called when AutoValidator not defined

AbhijetPokhrel opened this issue · comments

I read the docs of prevalidation from this link. It mentions to implement WsPreValidateManipulator. But the PreValidate is not called unless I define AutoValidator in the handler. I have given the reference to PreValidateManipulator as well in the handler. Is it the expected behaviour? Am I missing anything.