Package prototext marshals and unmarshals protocol buffer messages as the textproto format.
This section is empty.
This section is empty.
Format formats the message as a multiline string. This function is only intended for human consumption and ignores errors. Do not depend on the output being stable. Its output will change across different builds of your program, even when using the same version of the protobuf module.
Marshal writes the given proto.Message in textproto format using default options. Do not depend on the output being stable. Its output will change across different builds of your program, even when using the same version of the protobuf module.
Unmarshal reads the given []byte into the given proto.Message. The provided message must be mutable (e.g., a non-nil pointer to a message).
MarshalOptions is a configurable text format marshaler.
Format formats the message as a string. This method is only intended for human consumption and ignores errors. Do not depend on the output being stable. Its output will change across different builds of your program, even when using the same version of the protobuf module.
Marshal writes the given proto.Message in textproto format using options in MarshalOptions object. Do not depend on the output being stable. Its output will change across different builds of your program, even when using the same version of the protobuf module.
MarshalAppend appends the textproto format encoding of m to b, returning the result.
UnmarshalOptions is a configurable textproto format unmarshaler.
Unmarshal reads the given []byte and populates the given proto.Message using options in the UnmarshalOptions object. The provided message must be mutable (e.g., a non-nil pointer to a message).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4