Module provides you with the following things:
*nats.Conn
represents a bare connection to a nats-server. It can send and receive []byte payloadsnats.JetStreamContext
represents a streaming context. It can Publish and Subscribe to messages within the NATS JetStream cluster.