Versions in this module Expand all Collapse all v0 v0.1.1 Feb 11, 2024 Changes in this version + type Router struct + func New(addr, certFile, keyFile, caFile string) (*Router, error) + func (r *Router) Close() + func (r *Router) Route(ctx context.Context, header *wire.MsgHeader, body wire.MsgBody) (*wire.MsgHeader, wire.MsgBody) v0.1.0 Feb 11, 2024