Documentation ¶
Index ¶
- type DataKind
- type Doc
- type DocType
- type FindByTager
- type TLV
- func (self *TLV) Append(n *TLV) *TLV
- func (self *TLV) AppendNew(tag Tag, value interface{}) *TLV
- func (self *TLV) Bool() bool
- func (self *TLV) Bytes() []byte
- func (self *TLV) Children() []TLV
- func (self *TLV) Err() error
- func (self *TLV) FindByTag(tag Tag) *TLV
- func (self *TLV) FixedString() string
- func (self *TLV) Float64() float64
- func (self *TLV) GoString() string
- func (self *TLV) SetValue(value interface{})
- func (self *TLV) String() string
- func (self *TLV) Time() time.Time
- func (self *TLV) Uint32() uint32
- func (self *TLV) Uint64() uint64
- func (self *TLV) Value() interface{}
- type Tag
- type TagDesc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type FindByTager ¶
type TLV ¶
type TLV struct { TagDesc Caption string Printable string // contains filtered or unexported fields }
func (*TLV) FixedString ¶
Click to show internal directories.
Click to hide internal directories.