Documentation
¶
Index ¶
- Variables
- func ConfigToOpts(cfg ps.DecodeConfig) []ho.DecoderFunc
- func ReaderToMaps(rdr io.Reader, cfg ps.DecodeConfig) iter.Seq2[map[string]any, error]
- func ReaderToMapsHamba(rdr io.Reader, opts ...ho.DecoderFunc) iter.Seq2[map[string]any, error]
- func StdinToMaps(cfg ps.DecodeConfig) iter.Seq2[map[string]any, error]
Constants ¶
This section is empty.
Variables ¶
View Source
var StdinToMapsDefault IO[iter.Seq2[map[string]any, error]] = OfFn( func() iter.Seq2[map[string]any, error] { return StdinToMaps(ps.DecodeConfigDefault) }, )
Functions ¶
func ConfigToOpts ¶
func ConfigToOpts(cfg ps.DecodeConfig) []ho.DecoderFunc
func ReaderToMaps ¶
func ReaderToMapsHamba ¶
func StdinToMaps ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.