Versions in this module Expand all Collapse all v1 v1.0.0 Jul 31, 2024retracted Changes in this version + func IsNotification(r *http.Request) bool + type Client struct + func (c *Client) Query(ctx context.Context, method string, prefix types.EndpointPrefix, path *api.URL, ...) error + func (c *Client) UseTarget(name string) *Client + type Cluster []Client + func (c Cluster) Query(ctx context.Context, concurrent bool, ...) error + func (c Cluster) SelectRandom() Client Other modules containing this package github.com/canonical/microcluster/v2