type google.golang.org/protobuf/encoding/protojson.MarshalOptions
9 uses
google.golang.org/protobuf/encoding/protojson (current package)
encode.go#L32: return MarshalOptions{Multiline: true}.Format(m)
encode.go#L40: return MarshalOptions{}.Marshal(m)
encode.go#L44: type MarshalOptions struct {
encode.go#L118: func (o MarshalOptions) Format(m proto.Message) string {
encode.go#L131: func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) {
encode.go#L137: func (o MarshalOptions) MarshalAppend(b []byte, m proto.Message) ([]byte, error) {
encode.go#L144: func (o MarshalOptions) marshal(b []byte, m proto.Message) ([]byte, error) {
encode.go#L175: opts MarshalOptions
google.golang.org/grpc/internal/pretty
pretty.go#L42: mm := protojson.MarshalOptions{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)