Versions in this module Expand all Collapse all v1 v1.45.0 Jul 7, 2026 v1.44.0 Jul 3, 2026 Changes in this version + const Description + const Hostname + const Name + const Version + var Browse = define.Web + type Client struct + func NewClient(caller service.Publisher) Client + func (_c Client) Browse(ctx context.Context, method string, relativeURL string, body any) (res *http.Response, err error) + func (_c Client) ForHost(host string) Client + func (_c Client) WithOptions(opts ...pub.Option) Client + type MulticastClient struct + func NewMulticastClient(caller service.Publisher) MulticastClient + func (_c MulticastClient) Browse(ctx context.Context, method string, relativeURL string, body any) iter.Seq[*pub.Response] + func (_c MulticastClient) ForHost(host string) MulticastClient + func (_c MulticastClient) WithOptions(opts ...pub.Option) MulticastClient