Documentation
¶
Index ¶
- Constants
- type Segmented
- func (s *Segmented) DecodeBinary(dec *bintly.Reader) error
- func (s *Segmented) EncodeBinary(enc *bintly.Writer) error
- func (s *Segmented) IsNil() bool
- func (s *Segmented) Iterator() common.Iterator
- func (s *Segmented) MarshalJSONObject(enc *gojay.Encoder)
- func (s *Segmented) NKeys() int
- func (s *Segmented) Set(iter common.Iterator) error
- func (s *Segmented) UnmarshalJSONObject(dec *gojay.Decoder, key string) error
- type Segmenteds
Constants ¶
View Source
const Namespace string = "slft"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Segmented ¶
type Segmented struct {
Class string
}
func (*Segmented) DecodeBinary ¶
implements bintly.Decoder
func (*Segmented) EncodeBinary ¶
implements bintly.Encoder
func (*Segmented) MarshalJSONObject ¶
implements gojay.MarshalJSONObject
type Segmenteds ¶
type Segmenteds []*Segmented
func (*Segmenteds) Iterator ¶
func (s *Segmenteds) Iterator() common.Iterator
implements common.Storable
Click to show internal directories.
Click to hide internal directories.