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