Add ProtoValidator functions.
ProtoValidator functions implements both the RequestValidator and ResponseValidator interfaces and have the following signature...
type ProtoValidator func(string) error
...where the argument is the .Proto attribute for either the http.Request or http.Response, depending on how it's used.
Add ProtoValidator functions.
ProtoValidatorfunctions implements both the RequestValidator and ResponseValidator interfaces and have the following signature......where the argument is the
.Protoattribute for either the http.Request or http.Response, depending on how it's used.