Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeSymbol(src []byte) string
- func Inject(dir string, filename string, pkgname string, types []Type, propPre []Type, ...)
- func Javascript(dir string, name string, module string, types []Type, propPre []Type)
- func ObjectMap(types []Type, useFullName bool) (objects map[string]*Object)
- func PkgTypeMap(types []Type) (pkgs map[string][]Type)
- func Python(types []Type) []byte
- func SizeBuffer(b []byte) int
- func SizeSymbol(s string) int
- func SizeVarint(x uint64) int
- func SymbolEncodedLen(data string) int
- func TAG_SIZE(fieldNum int) int
- func TypeListDeserialize(owner string, name string, typ string, ts []Type) (string, map[string]string)
- func TypeListSerialize(owner string, name string, typ string, ts []Type) (string, map[string]string)
- func Typescript(dir string, name string, module string, types []Type, propPre []Type)
- func Typyd(types []Type) []byte
- type DictType
- func (t *DictType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *DictType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *DictType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *DictType) Go() (string, map[string]string)
- func (t *DictType) Identifier() string
- func (t *DictType) IsIterative() bool
- func (t *DictType) IsPrimitive() bool
- func (t *DictType) Javascript() (string, map[string]string)
- func (t *DictType) Python() string
- func (t *DictType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *DictType) String() string
- func (t *DictType) Typescript() string
- func (t *DictType) Typyd() string
- func (t *DictType) WireType() WireType
- type Enum
- func (t *Enum) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *Enum) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *Enum) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *Enum) FullName() string
- func (t *Enum) Go() (string, map[string]string)
- func (t *Enum) Identifier() string
- func (t *Enum) IsIterative() bool
- func (t *Enum) IsPrimitive() bool
- func (t *Enum) Javascript() (string, map[string]string)
- func (t *Enum) Len() int
- func (t *Enum) Less(i, j int) bool
- func (t *Enum) Python() string
- func (t *Enum) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *Enum) Sorted() []string
- func (t *Enum) String() string
- func (t *Enum) Swap(i, j int)
- func (t *Enum) Typescript() string
- func (t *Enum) Typyd() string
- func (t *Enum) WireType() WireType
- type EnumType
- func (t *EnumType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *EnumType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *EnumType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *EnumType) Go() (string, map[string]string)
- func (t *EnumType) Identifier() string
- func (t *EnumType) IsIterative() bool
- func (t *EnumType) IsPrimitive() bool
- func (t *EnumType) Javascript() (string, map[string]string)
- func (t *EnumType) Python() string
- func (t *EnumType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *EnumType) String() string
- func (t *EnumType) Typescript() string
- func (t *EnumType) Typyd() string
- func (t *EnumType) WireType() WireType
- type Extracter
- type Field
- type FixedPointType
- func (t *FixedPointType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *FixedPointType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *FixedPointType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *FixedPointType) FromVarint(name string) string
- func (t *FixedPointType) Go() (string, map[string]string)
- func (t *FixedPointType) Identifier() string
- func (t *FixedPointType) IsIterative() bool
- func (t *FixedPointType) IsPrimitive() bool
- func (t *FixedPointType) Javascript() (string, map[string]string)
- func (t *FixedPointType) Python() string
- func (t *FixedPointType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *FixedPointType) String() string
- func (t *FixedPointType) ToVarint(name string) string
- func (t *FixedPointType) Typescript() string
- func (t *FixedPointType) Typyd() string
- func (t *FixedPointType) WireType() WireType
- type InstanceType
- func (t *InstanceType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *InstanceType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *InstanceType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *InstanceType) Go() (string, map[string]string)
- func (t *InstanceType) Identifier() string
- func (t *InstanceType) IsIterative() bool
- func (t *InstanceType) IsPrimitive() bool
- func (t *InstanceType) Javascript() (string, map[string]string)
- func (t *InstanceType) Python() string
- func (t *InstanceType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *InstanceType) String() string
- func (t *InstanceType) Typescript() string
- func (t *InstanceType) Typyd() string
- func (t *InstanceType) WireType() WireType
- type ListType
- func (t *ListType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *ListType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *ListType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *ListType) Go() (string, map[string]string)
- func (t *ListType) Identifier() string
- func (t *ListType) IsIterative() bool
- func (t *ListType) IsPrimitive() bool
- func (t *ListType) Javascript() (string, map[string]string)
- func (t *ListType) Python() string
- func (t *ListType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *ListType) String() string
- func (t *ListType) Typescript() string
- func (t *ListType) Typyd() string
- func (t *ListType) WireType() WireType
- type Method
- type Object
- func (t *Object) AllFields(objects map[string]*Object, visible bool) []*Field
- func (t *Object) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *Object) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *Object) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *Object) FullName() string
- func (t *Object) Go() (string, map[string]string)
- func (t *Object) HasParent() bool
- func (t *Object) Identifier() string
- func (t *Object) IsIterative() bool
- func (t *Object) IsPrimitive() bool
- func (t *Object) Javascript() (string, map[string]string)
- func (t *Object) MaxFieldNum() (string, int)
- func (t *Object) Python() string
- func (t *Object) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *Object) String() string
- func (t *Object) Typescript() string
- func (t *Object) Typyd() string
- func (t *Object) VisibleFields() (fields []*Field)
- func (t *Object) WireType() WireType
- type ProtoBuf
- func (p *ProtoBuf) Bytes() []byte
- func (p *ProtoBuf) EncodeSymbol(s string)
- func (p *ProtoBuf) ExpectBytes(x ...byte) bool
- func (p *ProtoBuf) ExpectEnd() bool
- func (p *ProtoBuf) ExpectTag(fieldNum int, wireType WireType) bool
- func (p *ProtoBuf) Read(b []byte) (n int, err error)
- func (p *ProtoBuf) ReadBuf() ([]byte, error)
- func (p *ProtoBuf) ReadByte() (byte, error)
- func (p *ProtoBuf) ReadFixed32() (uint32, error)
- func (p *ProtoBuf) ReadFixed64() (uint64, error)
- func (p *ProtoBuf) ReadSymbol() (string, error)
- func (p *ProtoBuf) ReadTag(cutoff int) (int, bool, error)
- func (p *ProtoBuf) ReadVarint() (uint64, error)
- func (p *ProtoBuf) Reset()
- func (p *ProtoBuf) SkipField(tag int) (err error)
- func (p *ProtoBuf) Write(b []byte) (n int, err error)
- func (p *ProtoBuf) WriteBuf(b []byte)
- func (p *ProtoBuf) WriteBytes(x ...byte)
- func (p *ProtoBuf) WriteFixed32(x uint32)
- func (p *ProtoBuf) WriteFixed64(x uint64)
- func (p *ProtoBuf) WriteSymbol(s string)
- func (p *ProtoBuf) WriteTag(fieldNum int, wireType WireType)
- func (p *ProtoBuf) WriteVarint(x uint64)
- type SimpleType
- func (t SimpleType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t SimpleType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t SimpleType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t SimpleType) Go() (string, map[string]string)
- func (t SimpleType) Identifier() string
- func (t SimpleType) IsIterative() bool
- func (t SimpleType) IsPrimitive() bool
- func (t SimpleType) Javascript() (string, map[string]string)
- func (t SimpleType) Python() string
- func (t SimpleType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t SimpleType) String() string
- func (t SimpleType) Typescript() string
- func (t SimpleType) Typyd() string
- func (t SimpleType) WireType() WireType
- type Tygo
- type Type
- type UnknownType
- func (t UnknownType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t UnknownType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t UnknownType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t UnknownType) Go() (string, map[string]string)
- func (t UnknownType) Identifier() string
- func (t UnknownType) IsIterative() bool
- func (t UnknownType) IsPrimitive() bool
- func (t UnknownType) Javascript() (string, map[string]string)
- func (t UnknownType) Python() string
- func (t UnknownType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t UnknownType) String() string
- func (t UnknownType) Typescript() string
- func (t UnknownType) Typyd() string
- func (t UnknownType) WireType() WireType
- type VariantType
- func (t *VariantType) ByteSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *VariantType) CachedSizeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *VariantType) DeserializeGo(tag string, input string, name string, preFieldNum string, fieldNum int, ...) (string, WireType, map[string]string)
- func (t *VariantType) Go() (string, map[string]string)
- func (t *VariantType) Identifier() string
- func (t *VariantType) IsIterative() bool
- func (t *VariantType) IsPrimitive() bool
- func (t *VariantType) Javascript() (string, map[string]string)
- func (t *VariantType) Python() string
- func (t *VariantType) SerializeGo(size string, name string, preFieldNum string, fieldNum int, ignore bool) (string, map[string]string)
- func (t *VariantType) String() string
- func (t *VariantType) Typescript() string
- func (t *VariantType) Typyd() string
- func (t *VariantType) WireType() WireType
- type WireType
Constants ¶
View Source
const ( TYPYD_ENUM = 0 TYPYD_INT32 = 1 TYPYD_INT64 = 2 TYPYD_UINT32 = 3 TYPYD_UINT64 = 4 TYPYD_FIXEDPOINT = 5 TYPYD_DOUBLE = 6 TYPYD_FLOAT = 7 TYPYD_BOOL = 8 TYPYD_BYTES = 9 TYPYD_STRING = 10 TYPYD_SYMBOL = 11 TYPYD_OBJECT = 12 TYPYD_VARIANT = 13 TYPYD_LIST = 14 TYPYD_DICT = 15 TYPYD_PYTHON = 16 MAX_TYPYD_TYPE = 17 )
View Source
const ( WireTypeBits = 3 WireTypeMask = (1 << WireTypeBits) - 1 )
View Source
const ( STR_ZERO = "0" STR_NIL = "nil" STR_INT32 = "int32" STR_UINT32 = "uint32" STR_INT64 = "int64" STR_UINT64 = "uint64" STR_BYTES = "bytes" STR_STRING = "string" STR_SYMBOL = "symbol" STR_BOOL = "bool" STR_FLOAT32 = "float32" STR_FLOAT64 = "float64" STR_UNKNOWN = "unknown" STR_PREFIELDNUM = "preFieldNum" )
View Source
const ENUM = 57347
View Source
const FIXEDPOINT = 57350
View Source
const IDENT = 57353
View Source
const INTEGER = 57354
View Source
const IOTA = 57352
View Source
const MAP = 57349
View Source
const OBJECT = 57348
View Source
const SymbolDecodeMap = "-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_"
View Source
const TEMP_PREFIX = "tmp"
View Source
const TYPE = 57346
View Source
const VARIANT = 57351
Variables ¶
View Source
var ( LOG_PKG = map[string]string{"log": ""} MATH_PKG = map[string]string{"math": ""} SRC_PATH = path.Join(os.Getenv("GOPATH"), "src") PROP_PRE []Type DELEGATE string )
View Source
var ( JS_MODULE = "" JS_WRITER io.Writer JS_TYPES map[string]Type JS_OBJECTS map[string]*Object )
View Source
var ( TS_MODULE string TS_CUR_MODULE string TS_EX_TYPE bool TS_OBJECTS map[string]*Object EXTENS_PKG map[string]string )
View Source
var SymbolEncodeMap = [256]byte{}/* 256 elements not displayed */
View Source
var TYGO_PATH = reflect.TypeOf(Tygo{}).PkgPath()
Functions ¶
func DecodeSymbol ¶
func Javascript ¶
func PkgTypeMap ¶
func SizeBuffer ¶
func SizeSymbol ¶
func SizeVarint ¶
func SymbolEncodedLen ¶
func TypeListDeserialize ¶
func TypeListSerialize ¶
func Typescript ¶
Types ¶
type DictType ¶
func (*DictType) ByteSizeGo ¶
func (*DictType) CachedSizeGo ¶
func (*DictType) DeserializeGo ¶
func (*DictType) Identifier ¶
func (*DictType) IsIterative ¶
func (*DictType) IsPrimitive ¶
func (*DictType) SerializeGo ¶
func (*DictType) Typescript ¶
type Enum ¶
type Enum struct { Name string Package string Values map[string]int // contains filtered or unexported fields }
func (*Enum) ByteSizeGo ¶
func (*Enum) CachedSizeGo ¶
func (*Enum) DeserializeGo ¶
func (*Enum) Identifier ¶
func (*Enum) IsIterative ¶
func (*Enum) IsPrimitive ¶
func (*Enum) SerializeGo ¶
func (*Enum) Typescript ¶
type EnumType ¶
func (*EnumType) ByteSizeGo ¶
func (*EnumType) CachedSizeGo ¶
func (*EnumType) DeserializeGo ¶
func (*EnumType) Identifier ¶
func (*EnumType) IsIterative ¶
func (*EnumType) IsPrimitive ¶
func (*EnumType) SerializeGo ¶
func (*EnumType) Typescript ¶
type FixedPointType ¶
func (*FixedPointType) ByteSizeGo ¶
func (*FixedPointType) CachedSizeGo ¶
func (*FixedPointType) DeserializeGo ¶
func (*FixedPointType) FromVarint ¶
func (t *FixedPointType) FromVarint(name string) string
func (*FixedPointType) Identifier ¶
func (t *FixedPointType) Identifier() string
func (*FixedPointType) IsIterative ¶
func (t *FixedPointType) IsIterative() bool
func (*FixedPointType) IsPrimitive ¶
func (t *FixedPointType) IsPrimitive() bool
func (*FixedPointType) Javascript ¶
func (t *FixedPointType) Javascript() (string, map[string]string)
func (*FixedPointType) Python ¶
func (t *FixedPointType) Python() string
func (*FixedPointType) SerializeGo ¶
func (*FixedPointType) String ¶
func (t *FixedPointType) String() string
func (*FixedPointType) ToVarint ¶
func (t *FixedPointType) ToVarint(name string) string
func (*FixedPointType) Typescript ¶
func (t *FixedPointType) Typescript() string
func (*FixedPointType) Typyd ¶
func (t *FixedPointType) Typyd() string
func (*FixedPointType) WireType ¶
func (t *FixedPointType) WireType() WireType
type InstanceType ¶
func (*InstanceType) ByteSizeGo ¶
func (*InstanceType) CachedSizeGo ¶
func (*InstanceType) DeserializeGo ¶
func (*InstanceType) Identifier ¶
func (t *InstanceType) Identifier() string
func (*InstanceType) IsIterative ¶
func (t *InstanceType) IsIterative() bool
func (*InstanceType) IsPrimitive ¶
func (t *InstanceType) IsPrimitive() bool
func (*InstanceType) Javascript ¶
func (t *InstanceType) Javascript() (string, map[string]string)
func (*InstanceType) Python ¶
func (t *InstanceType) Python() string
func (*InstanceType) SerializeGo ¶
func (*InstanceType) String ¶
func (t *InstanceType) String() string
func (*InstanceType) Typescript ¶
func (t *InstanceType) Typescript() string
func (*InstanceType) Typyd ¶
func (t *InstanceType) Typyd() string
func (*InstanceType) WireType ¶
func (t *InstanceType) WireType() WireType
type ListType ¶
type ListType struct {
E Type
}
func (*ListType) ByteSizeGo ¶
func (*ListType) CachedSizeGo ¶
func (*ListType) DeserializeGo ¶
func (*ListType) Identifier ¶
func (*ListType) IsIterative ¶
func (*ListType) IsPrimitive ¶
func (*ListType) SerializeGo ¶
func (*ListType) Typescript ¶
type Object ¶
type Object struct { Name string Package string Parent *InstanceType Fields []*Field Methods []*Method }
func (*Object) ByteSizeGo ¶
func (*Object) CachedSizeGo ¶
func (*Object) DeserializeGo ¶
func (*Object) Identifier ¶
func (*Object) IsIterative ¶
func (*Object) IsPrimitive ¶
func (*Object) MaxFieldNum ¶
func (*Object) SerializeGo ¶
func (*Object) Typescript ¶
func (*Object) VisibleFields ¶
type ProtoBuf ¶
type ProtoBuf struct { Buffer []byte // contains filtered or unexported fields }
func (*ProtoBuf) EncodeSymbol ¶
func (*ProtoBuf) ExpectBytes ¶
func (*ProtoBuf) ReadFixed32 ¶
func (*ProtoBuf) ReadFixed64 ¶
func (*ProtoBuf) ReadSymbol ¶
func (*ProtoBuf) ReadVarint ¶
func (*ProtoBuf) WriteBytes ¶
func (*ProtoBuf) WriteFixed32 ¶
func (*ProtoBuf) WriteFixed64 ¶
func (*ProtoBuf) WriteSymbol ¶
func (*ProtoBuf) WriteVarint ¶
type SimpleType ¶
type SimpleType uint
const ( SimpleType_UNKNOWN SimpleType = iota SimpleType_NIL SimpleType_INT32 SimpleType_INT64 SimpleType_UINT32 SimpleType_UINT64 SimpleType_BYTES SimpleType_STRING SimpleType_SYMBOL SimpleType_BOOL SimpleType_FLOAT32 SimpleType_FLOAT64 )
func (SimpleType) ByteSizeGo ¶
func (SimpleType) CachedSizeGo ¶
func (SimpleType) DeserializeGo ¶
func (SimpleType) Identifier ¶
func (t SimpleType) Identifier() string
func (SimpleType) IsIterative ¶
func (t SimpleType) IsIterative() bool
func (SimpleType) IsPrimitive ¶
func (t SimpleType) IsPrimitive() bool
func (SimpleType) Javascript ¶
func (t SimpleType) Javascript() (string, map[string]string)
func (SimpleType) Python ¶
func (t SimpleType) Python() string
func (SimpleType) SerializeGo ¶
func (SimpleType) String ¶
func (t SimpleType) String() string
func (SimpleType) Typescript ¶
func (t SimpleType) Typescript() string
func (SimpleType) Typyd ¶
func (t SimpleType) Typyd() string
func (SimpleType) WireType ¶
func (t SimpleType) WireType() WireType
type Tygo ¶
type Tygo struct {
// contains filtered or unexported fields
}
func (*Tygo) CachedSize ¶
func (*Tygo) SetCachedSize ¶
type Type ¶
type Type interface { WireType() WireType Identifier() string String() string IsPrimitive() bool IsIterative() bool Go() (string, map[string]string) Typyd() string Python() string Typescript() string Javascript() (string, map[string]string) ByteSizeGo(string, string, string, int, bool) (string, map[string]string) CachedSizeGo(string, string, string, int, bool) (string, map[string]string) SerializeGo(string, string, string, int, bool) (string, map[string]string) DeserializeGo(string, string, string, string, int, bool) (string, WireType, map[string]string) }
func SimpleType_FromString ¶
type UnknownType ¶
type UnknownType string
func (UnknownType) ByteSizeGo ¶
func (UnknownType) CachedSizeGo ¶
func (UnknownType) DeserializeGo ¶
func (UnknownType) Identifier ¶
func (t UnknownType) Identifier() string
func (UnknownType) IsIterative ¶
func (t UnknownType) IsIterative() bool
func (UnknownType) IsPrimitive ¶
func (t UnknownType) IsPrimitive() bool
func (UnknownType) Javascript ¶
func (t UnknownType) Javascript() (string, map[string]string)
func (UnknownType) Python ¶
func (t UnknownType) Python() string
func (UnknownType) SerializeGo ¶
func (UnknownType) String ¶
func (t UnknownType) String() string
func (UnknownType) Typescript ¶
func (t UnknownType) Typescript() string
func (UnknownType) Typyd ¶
func (t UnknownType) Typyd() string
func (UnknownType) WireType ¶
func (t UnknownType) WireType() WireType
type VariantType ¶
type VariantType struct {
Ts []Type
}
func (*VariantType) ByteSizeGo ¶
func (*VariantType) CachedSizeGo ¶
func (*VariantType) DeserializeGo ¶
func (*VariantType) Identifier ¶
func (t *VariantType) Identifier() string
func (*VariantType) IsIterative ¶
func (t *VariantType) IsIterative() bool
func (*VariantType) IsPrimitive ¶
func (t *VariantType) IsPrimitive() bool
func (*VariantType) Javascript ¶
func (t *VariantType) Javascript() (string, map[string]string)
func (*VariantType) Python ¶
func (t *VariantType) Python() string
func (*VariantType) SerializeGo ¶
func (*VariantType) String ¶
func (t *VariantType) String() string
func (*VariantType) Typescript ¶
func (t *VariantType) Typescript() string
func (*VariantType) Typyd ¶
func (t *VariantType) Typyd() string
func (*VariantType) WireType ¶
func (t *VariantType) WireType() WireType
Source Files ¶
Click to show internal directories.
Click to hide internal directories.