package
Version:
v0.0.0-...-03afc55
Opens a new window with list of versions in this module.
Published: Nov 11, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
type Compound struct {
Name string
Items map[string]interface{}
}
type List struct {
Type TypeID
Elements []interface{}
}
const (
TagEnd TypeID = iota
TagByte
TagShort
TagInt
TagLong
TagFloat
TagDouble
TagByteArray
TagString
TagList
TagCompound
TagIntArray
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.