# Functions

StreamServerInterceptor returns a new streaming server interceptor that validates incoming messages.
UnaryClientInterceptor returns a new unary client interceptor that validates outgoing messages.
UnaryServerInterceptor returns a new unary server interceptor that validates incoming messages.
WithFailFast tells validator to immediately stop doing further validation after first validation error.
WithOnValidationErrCallback registers function that will be invoked on validation error(s).

# Type aliases

No description provided by the author
No description provided by the author