package
Version:
v0.0.0-...-2d1a207
Opens a new window with list of versions in this module.
Published: Nov 14, 2023
License: CC0-1.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package protoyaml marshals and unmarshals protocol buffer messages in YAML
format.
Marshal writes the given proto.Message in YAML format.
Unmarshal reads the given []byte into the given proto.Message, discarding
any unknown fields in the input.
UnmarshalStrict reads the given []byte into the given proto.Message. If there
are any unknown fields in the input, an error is returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.