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
}
Client provides a caching layer for retrieval of region assets, and lazy population.
func (*Client) Client ¶
func (c *Client) Client(ctx context.Context) (identityapi.ClientWithResponsesInterface, error)
Client returns a client.
type ClientGetterFunc ¶
type ClientGetterFunc func(context.Context) (identityapi.ClientWithResponsesInterface, error)
ClientGetterFunc allows us to lazily instantiate a client only when needed to avoid the TLS handshake and token exchange.
Click to show internal directories.
Click to hide internal directories.