# README
Package nsqconsumer
v1.4.0
# Functions
FromMessageSerialize let you transform a Serialized message to a DeserializeMessage for a consumer Its use is mostly for testing as writing manual `json.RawMessage` is boring.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DefaultLogLevel is the default log level for NSQ when no log level is provided.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
LogLevel is a wrapper around nsq.LogLevel to ensure that the default log level is set to Warning and not Debug.