Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeByte = "byte" TypeString = "string" TypeTime = "time" TypeDuration = "duration" TypeBool = "bool" TypeInt = "int" TypeInt8 = "int8" TypeInt16 = "int16" TypeInt32 = "int32" TypeInt64 = "int64" TypeUInt = "uint" TypeUInt8 = "uint8" TypeUInt16 = "uint16" TypeUInt32 = "uint32" TypeUInt64 = "uint64" TypeFloat32 = "float32" TypeFloat64 = "float64" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Call ¶
type Stream ¶
type StructType ¶
func (*StructType) Decl ¶
func (s *StructType) Decl() string
func (*StructType) ID ¶ added in v1.6.0
func (s *StructType) ID() string
Click to show internal directories.
Click to hide internal directories.