Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ProtoType ¶
type ProtoType string
const ( Double ProtoType = "double" Float ProtoType = "float" Int32 ProtoType = "int32" Int64 ProtoType = "int64" Uint32 ProtoType = "uint32" Uint64 ProtoType = "uint64" Sint32 ProtoType = "sint32" Sint64 ProtoType = "sint64" Fixed32 ProtoType = "fixed32" Fixed64 ProtoType = "fixed64" Sfixed32 ProtoType = "sfixed32" Sfixed64 ProtoType = "sfixed64" Bool ProtoType = "bool" String ProtoType = "string" Bytes ProtoType = "bytes" )
Click to show internal directories.
Click to hide internal directories.