Versions in this module Expand all Collapse all v3 v3.1.0 Sep 8, 2026 Changes in this version + type AdminClient interface + Close func() error + Pause func(ctx context.Context) error + Resume func(ctx context.Context) error + func NewAdminClient(opts AdminClientOptions) (AdminClient, error) + type AdminClientOptions struct + Host string + Password string + Port string + User string