Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIntegralPrimitive ¶
func IsIntegralPrimitive(k PrimitiveKind) bool
Types ¶
type Enum ¶
type Enum struct {
Name string
Primitive PrimitiveKind
Values []EnumValue
}
type Field ¶
type Field struct {
Name string
Kind FieldKind
Primitive PrimitiveKind
NamedType string
Quant *QuantInfo
TypeName string
Elem *Field
FixedLen int
}
func (*Field) CSharpPrimitiveTypeName ¶
func (*Field) CSharpTypeName ¶
func (*Field) GoPrimitiveTypeName ¶
func (*Field) GoTypeName ¶
type PrimitiveKind ¶
type PrimitiveKind int
const ( KindFloat32 PrimitiveKind = iota KindFloat64 KindInt8 KindInt16 KindInt32 KindInt64 KindUint8 KindUint16 KindUint32 KindUint64 KindBool KindString )
Click to show internal directories.
Click to hide internal directories.