# README
= Stream Client Go
A library for interacting with riff streams in go.
# Packages
No description provided by the author
# Functions
NewStreamClient creates a new StreamClient for a given stream.
NewStreamClientFromBinding constructs a StreamClient by reading the relevant configuration values from a binding directory structure.
# Structs
No description provided by the author
StreamClient allows publishing to a riff stream, through a liiklus gateway and using the riff serialization format.
# Type aliases
EventErrHandler is a function to handle errors while reading subscription messages and is passed as a parameter to the subscribe call.
EventHandler is a function to process the messages read from the stream and is passed as a parameter to the subscribe call.