Versions in this module Expand all Collapse all v1 v1.0.2 Jul 7, 2024 v1.0.1 Jul 7, 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