Documentation
¶
Index ¶
- func Transform(ctx context.Context, signature *domain.Signature, input *gtly.Object, ...) (common.Storable, error)
- type Record
- func (r *Record) DecodeBinary(dec *bintly.Reader) error
- func (r *Record) EncodeBinary(enc *bintly.Writer) error
- func (r *Record) IsNil() bool
- func (r *Record) Iterator() common.Iterator
- func (r *Record) MarshalJSONObject(enc *gojay.Encoder)
- func (r *Record) NKeys() int
- func (r *Record) Set(iter common.Iterator) error
- func (r *Record) UnmarshalJSONObject(dec *gojay.Decoder, key string) error
- type Records
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Record ¶
func (*Record) DecodeBinary ¶
DecodeBinary bintly decoder (for in local process memory cache)
func (*Record) EncodeBinary ¶
EncodeBinary bintly encoder (for in local process memory cache)
func (*Record) MarshalJSONObject ¶
MarshalJSONObject fastest JSON marshaler for REST over HTTP/2.0
Click to show internal directories.
Click to hide internal directories.