Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 2024 Changes in this version + type Client interface + Echo func(context.Context, string) (*types.ResponseEcho, error) + Error func() error + Flush func(context.Context) error + func NewClient(logger log.Logger, addr, transport string, mustConnect bool) (Client, error) + func NewGRPCClient(logger log.Logger, addr string, mustConnect bool) Client + func NewLocalClient(logger log.Logger, app types.Application) Client + func NewSocketClient(logger log.Logger, addr string, mustConnect bool) Client