Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message[T comparable] struct { Stream T `cbor:"1,keyasint"` Message []byte `cbor:"2,keyasint"` }
type MixStdOutErr ¶
type MixStdOutErr[T comparable] interface { io.Reader Writer(key T) io.Writer Add(key T, fct FuncWrite) }
func New ¶
func New[T comparable](r io.Reader, w io.Writer) MixStdOutErr[T]
Click to show internal directories.
Click to hide internal directories.