Documentation
¶
Overview ¶
Package protowire parses and formats the raw wire encoding. See https://protobuf.dev/programming-guides/encoding.
For marshaling and unmarshaling entire protobuf messages, use the google.golang.org/protobuf/proto package instead.
Index ¶
Constants ¶
View Source
const ( MinValidNumber wireNumber = 1 FirstReservedNumber wireNumber = 19000 LastReservedNumber wireNumber = 19999 MaxValidNumber wireNumber = 1<<29 - 1 DefaultRecursionLimit = 10000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.