# Functions

StreamServerInterceptor returns a new streaming server interceptor that validates incoming messages.
UnaryServerInterceptor returns a new unary server interceptor that validates incoming messages.
WithIgnoreMessages sets the messages that should be ignored by the validator.

# Type aliases

An Option lets you add options to protovalidate interceptors using With* funcs.