package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Nov 16, 2020
License: Apache-2.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.