func google.golang.org/protobuf/encoding/protojson.wellKnownTypeUnmarshaler
3 uses
google.golang.org/protobuf/encoding/protojson (current package)
decode.go#L115: if unmarshal := wellKnownTypeUnmarshaler(m.Descriptor().FullName()); unmarshal != nil {
well_known_types.go#L64: func wellKnownTypeUnmarshaler(name pref.FullName) unmarshalFunc {
well_known_types.go#L208: if unmarshal := wellKnownTypeUnmarshaler(emt.Descriptor().FullName()); unmarshal != nil {
![]() |
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. |