sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

[WIP] Format now supports streaming

Open slinkydeveloper opened this issue 5 years ago • 0 comments

Depends on #621

Format now uses io.Reader/Writer, allowing binding.ToEvent and binding.ToMessage to use the new json streaming reader/writer

Note: this is breaking, although it's modifying an "internal" API (yeah it's public, but it's not really documented for users to use it)

Signed-off-by: Francesco Guardiani [email protected]

slinkydeveloper avatar Nov 30 '20 17:11 slinkydeveloper