Searched defs:TextMarshaler (Results 1 – 1 of 1) sorted by relevance
771 type TextMarshaler struct { struct772 Compact bool // use compact text format (one line).773 ExpandAny bool // expand google.protobuf.Any messages of known types778 func (tm *TextMarshaler) Marshal(w io.Writer, pb Message) error {821 func (tm *TextMarshaler) Text(pb Message) string {