type github.com/golang/protobuf/jsonpb.JSONPBMarshaler
3 uses
github.com/golang/protobuf/jsonpb (current package)
encode.go#L61: type JSONPBMarshaler interface {
encode.go#L93: if jsm, ok := m.(JSONPBMarshaler); ok {
encode.go#L131: if jsm, ok := proto.MessageV1(m.Interface()).(JSONPBMarshaler); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)