Documentation ¶
Overview ¶
Package any_proto is a generated protocol buffer package.
It is generated from these files:
kythe/proto/any.proto
It has these top-level messages:
Any
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Any ¶
type Any struct { // The URI for this message type (eg, kythe.io/proto/kythe.proto.CxxDetails) TypeUri string `protobuf:"bytes,1,opt,name=type_uri" json:"type_uri,omitempty"` // The message payload. Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` }
A binary blob with a type tag. TOOD(zarko): Swap this out with the official version once it appears in proto3.
func (*Any) ProtoMessage ¶
func (*Any) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.