io

package
v3.57.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package io provides tooling for serialising and deserialising messages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MessageFromJSON

func MessageFromJSON(jsonBytes []byte) (types.Message, error)

MessageFromJSON parses JSON bytes into a message type of the form: [{"value":"foo","metadata":{"bar":"baz"}}]

func MessageToJSON

func MessageToJSON(msg types.Message) ([]byte, error)

MessageToJSON converts a message into raw JSON bytes of the form: [{"value":"foo","metadata":{"bar":"baz"}}]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL