master
v3
@ -92,6 +92,9 @@ func newPathRequest(path string, method string, body string, msg interface{}, ta
continue
}
fld := tmsg.Type().Field(i)
if !fld.IsExported() {
t := &tag{}
for _, tn := range tags {
The note is not visible to the blocked user.