google.golang.org/protobuf/encoding/protojson.MarshalOptions.Indent (field)

6 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		encode.go#L54: 	Indent string
		encode.go#L116: 	if o.Multiline && o.Indent == "" {
		encode.go#L117: 		o.Indent = defaultIndent
		encode.go#L123: 	internalEnc, err := json.NewEncoder(o.Indent)

	google.golang.org/grpc/internal/pretty
		pretty.go#L53: 			Indent:    jsonIndent,

	github.com/golang/protobuf/jsonpb
		encode.go#L102: 			Indent:          jm.Indent,