Documentation
¶
Index ¶
- type Buffer
- func (b *Buffer) AppendBinary(k string, v []byte)
- func (b *Buffer) AppendBool(k string, v bool)
- func (b *Buffer) AppendFinishObject(start int)
- func (b *Buffer) AppendFloat64(k string, v float64)
- func (b *Buffer) AppendInt(k string, v int)
- func (b *Buffer) AppendInt32(k string, v int32)
- func (b *Buffer) AppendInt64(k string, v int64)
- func (b *Buffer) AppendStartArray(k string) (start int)
- func (b *Buffer) AppendStartObject(k string) (start int)
- func (b *Buffer) AppendString(k, v string)
- func (b *Buffer) Finish()
- func (b *Buffer) GetBuf() []byte
- func (b *Buffer) Init()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func (*Buffer) AppendBinary ¶
func (*Buffer) AppendBool ¶
func (*Buffer) AppendFinishObject ¶
func (*Buffer) AppendFloat64 ¶
func (*Buffer) AppendInt32 ¶
func (*Buffer) AppendInt64 ¶
func (*Buffer) AppendStartArray ¶
func (*Buffer) AppendStartObject ¶
func (*Buffer) AppendString ¶
Click to show internal directories.
Click to hide internal directories.