package
1.3.2
Repository: https://github.com/pyting/protobuf.git
Documentation: pkg.go.dev

# Constants

# Variables

No description provided by the author
No description provided by the author

# Structs

`ListValue` is a wrapper around a repeated field of values.
`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.