Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewWithHealthClient ¶
func NewWithHealthClient(hcCli *healthcheck.Client) *Client
NewWithHealthClient creates a new instance of legacy cache API Client, reusing the URL and Clienter from the provided healthcheck client
func (*Client) Checker ¶
Checker calls identity api health endpoint and returns a check object to the caller
func (*Client) GetCacheTimes ¶
func (cli *Client) GetCacheTimes(ctx context.Context, auth Auth, opts Options) (*models.CacheTimesList, apiError.Error)
GetCacheTimes gets a list of cache times
func (*Client) Health ¶
func (cli *Client) Health() *healthcheck.Client
Health returns the underlying Healthcheck Client for this legacy cache API client
Click to show internal directories.
Click to hide internal directories.