Versions in this module Expand all Collapse all v1 v1.0.0 Jun 6, 2024 Changes in this version + func NewClient(opts ...client.Option) client.Client + type Codec interface + Marshal func(v interface{}) ([]byte, error) + String func() string + Unmarshal func(b []byte, v interface{}) error