Documentation
¶
Index ¶
- func FloatTransformer(ctx context.Context, signature *domain.Signature, input *gtly.Object, ...) (common.Storable, error)
- func IntTransformer(ctx context.Context, signature *domain.Signature, input *gtly.Object, ...) (common.Storable, error)
- func VOTransformer(ctx context.Context, signature *domain.Signature, input *gtly.Object, ...) (common.Storable, error)
- type FloatOutput
- func (p *FloatOutput) DecodeBinary(dec *bintly.Reader) error
- func (p *FloatOutput) EncodeBinary(enc *bintly.Writer) error
- func (s *FloatOutput) IsNil() bool
- func (p *FloatOutput) Iterator() common.Iterator
- func (s *FloatOutput) MarshalJSONObject(enc *gojay.Encoder)
- func (p *FloatOutput) Set(iter common.Iterator) error
- type IntOutput
- func (p *IntOutput) DecodeBinary(dec *bintly.Reader) error
- func (p *IntOutput) EncodeBinary(enc *bintly.Writer) error
- func (s *IntOutput) IsNil() bool
- func (p *IntOutput) Iterator() common.Iterator
- func (s *IntOutput) MarshalJSONObject(enc *gojay.Encoder)
- func (p *IntOutput) Set(iter common.Iterator) error
- type VO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FloatTransformer ¶
func IntTransformer ¶
Types ¶
type FloatOutput ¶
func (*FloatOutput) DecodeBinary ¶
func (p *FloatOutput) DecodeBinary(dec *bintly.Reader) error
func (*FloatOutput) EncodeBinary ¶
func (p *FloatOutput) EncodeBinary(enc *bintly.Writer) error
func (*FloatOutput) IsNil ¶
func (s *FloatOutput) IsNil() bool
func (*FloatOutput) Iterator ¶
func (p *FloatOutput) Iterator() common.Iterator
func (*FloatOutput) MarshalJSONObject ¶
func (s *FloatOutput) MarshalJSONObject(enc *gojay.Encoder)
type IntOutput ¶
func (*IntOutput) MarshalJSONObject ¶
Click to show internal directories.
Click to hide internal directories.