type google.golang.org/protobuf/encoding/prototext.MarshalOptions
9 uses
google.golang.org/protobuf/encoding/prototext (current package)
encode.go#L34: return MarshalOptions{Multiline: true}.Format(m)
encode.go#L42: return MarshalOptions{}.Marshal(m)
encode.go#L46: type MarshalOptions struct {
encode.go#L92: func (o MarshalOptions) Format(m proto.Message) string {
encode.go#L107: func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) {
encode.go#L113: func (o MarshalOptions) MarshalAppend(b []byte, m proto.Message) ([]byte, error) {
encode.go#L120: func (o MarshalOptions) marshal(b []byte, m proto.Message) ([]byte, error) {
encode.go#L158: opts MarshalOptions
google.golang.org/protobuf/internal/impl
api_export.go#L176: return prototext.MarshalOptions{Multiline: false}.Format(m)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)