google.golang.org/protobuf/internal/impl.MessageInfo.validate (method)
4 uses
google.golang.org/protobuf/internal/impl (current package)
decode.go#L262: out, st := xi.validation.mi.validate(v, 0, opts)
decode.go#L269: out, st := xi.validation.mi.validate(b, num, opts)
validate.go#L67: o, st := mi.validate(in.Buf, 0, unmarshalOptions{
validate.go#L225: func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opts unmarshalOptions) (out unmarshalOutput, result ValidationStatus) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |