Documentation ¶
Overview ¶
Package defval marshals and unmarshals textual forms of default values.
This package handles both the form historically used in Go struct field tags and also the form used by google.protobuf.FieldDescriptorProto.default_value since they differ in superficial ways.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Format ¶
type Format int
Format is the serialization format used to represent the default value.
const ( // Descriptor uses the serialization format that protoc uses with the // google.protobuf.FieldDescriptorProto.default_value field. Descriptor Format // GoTag uses the historical serialization format in Go struct field tags. GoTag )
Click to show internal directories.
Click to hide internal directories.