Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheGetter ¶
type Client ¶
type Client struct { NetRPC NetRPC Cache CacheGetter // CacheName to use for service health. CacheName string // CacheNameConnect is the name of the cache to use for connect service health. CacheNameConnect string // CacheNameIngress is the name of the cache type to use for ingress // service health. CacheNameIngress string }
func (*Client) ServiceNodes ¶
func (c *Client) ServiceNodes( ctx context.Context, req structs.ServiceSpecificRequest, ) (structs.IndexedCheckServiceNodes, cache.ResultMeta, error)
Click to show internal directories.
Click to hide internal directories.