google.golang.org/protobuf/encoding/protojson.decoder.unexpectedTokenError (method)
13 uses
google.golang.org/protobuf/encoding/protojson (current package)
decode.go#L80: return dec.unexpectedTokenError(tok)
decode.go#L102: func (d decoder) unexpectedTokenError(tok json.Token) error {
decode.go#L124: return d.unexpectedTokenError(tok)
decode.go#L152: return d.unexpectedTokenError(tok)
decode.go#L533: return d.unexpectedTokenError(tok)
decode.go#L584: return d.unexpectedTokenError(tok)
decode.go#L615: return d.unexpectedTokenError(tok)
well_known_types.go#L171: return d.unexpectedTokenError(start)
well_known_types.go#L433: return d.unexpectedTokenError(tok)
well_known_types.go#L455: return d.unexpectedTokenError(tok)
well_known_types.go#L628: return d.unexpectedTokenError(tok)
well_known_types.go#L810: return d.unexpectedTokenError(tok)
well_known_types.go#L866: return d.unexpectedTokenError(tok)
![]() |
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. |