Documentation
¶
Index ¶
- func DeepDup[Data any](data Data) (result Data, err error)
- func FprintPro(w io.Writer, indent, prefix, prefixFmt, head, headFmt, tail, tailFmt string, ...)
- func GetPrintFunc(indent, prefix, prefixFmt, head, headFmt, tail, tailFmt string) func(args ...any)
- func NewPipeDecoder[Datas ~[]Data, Data any](output stl.Writer[Datas, Data]) *stl.PipeParser[[]byte, Datas, byte, Data]
- func Print(args ...any)
- func PrintPro(indent, prefix, prefixFmt, head, headFmt, tail, tailFmt string, args ...any)
- type JsonRawMessages
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPrintFunc ¶
func NewPipeDecoder ¶ added in v1.1.18
Types ¶
type JsonRawMessages ¶ added in v1.1.26
type JsonRawMessages []json.RawMessage
func UnmarshalJsonRawMessages ¶ added in v1.1.26
func UnmarshalJsonRawMessages(raw json.RawMessage) (msgs JsonRawMessages, err error)
Click to show internal directories.
Click to hide internal directories.