Documentation ¶
Index ¶
- func IndexConfigNew(arr2any util.IO[uint32], setany util.IO[uint32]) util.IO[IndexConfig]
- type App
- func (a App) Flatten(ctx context.Context) iter.Seq[cf.CborArray]
- func (a App) FlattenAll(ctx context.Context) error
- func (a App) ToAnyToSerInputBuf() fl.AnyToSerInputBuf
- func (a App) ToCborArrToFlatIter() fl.CborArrToFlatIter
- func (a App) ToCborArrayToFlatIter() fl.CborArrayToFlatIter
- func (a App) ToSerToArrayOut() fl.SerToArrayOut
- type CborInOut
- type CborSerdeConfig
- type IndexConfig
- type SimpleConfig
- type WasmConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { bw.BytesToWasmToBytes ca.AnyToCborToBuf cc.CborBytesToArray fl.ArrToAny fl.SetAny cf.CborInputs cf.CborOutput }
func (App) ToAnyToSerInputBuf ¶
func (a App) ToAnyToSerInputBuf() fl.AnyToSerInputBuf
func (App) ToCborArrToFlatIter ¶
func (a App) ToCborArrToFlatIter() fl.CborArrToFlatIter
func (App) ToCborArrayToFlatIter ¶
func (a App) ToCborArrayToFlatIter() fl.CborArrayToFlatIter
func (App) ToSerToArrayOut ¶
func (a App) ToSerToArrayOut() fl.SerToArrayOut
type CborInOut ¶
type CborInOut struct { cf.CborInputs cf.CborOutput }
type CborSerdeConfig ¶
type CborSerdeConfig struct { ca.AnyToCborToBuf cc.CborBytesToArray }
type IndexConfig ¶
func (IndexConfig) ToArrToAny ¶
func (i IndexConfig) ToArrToAny() fl.ArrToAny
func (IndexConfig) ToSetAny ¶
func (i IndexConfig) ToSetAny() fl.SetAny
type SimpleConfig ¶
type SimpleConfig struct { CborSerdeConfig IndexConfig CborInOut WasmConfig }
func (SimpleConfig) ToApp ¶
func (c SimpleConfig) ToApp() App
type WasmConfig ¶
type WasmConfig bw.BytesToWasmToBytes
Click to show internal directories.
Click to hide internal directories.