Documentation
¶
Index ¶
- type Key
- func (k Key) AppendAny(v any) Key
- func (k Key) AppendInvertedJSON(v *fastjson.Value) Key
- func (k Key) AppendJSON(v *fastjson.Value) Key
- func (k Key) Copy() Key
- func (k Key) CopyTo(k2 Key) []byte
- func (k Key) Empty() bool
- func (k Key) Equal(k2 Key) bool
- func (k Key) ReadAnyValue(f func(v any) error) (err error)
- func (k Key) ReadByteValues(f func(b []byte) error) (err error)
- func (k Key) ReadJSONValue(p *fastjson.Parser, a *fastjson.Arena, f func(v *fastjson.Value) error) (err error)
- func (k Key) String() (res string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.