Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureClientGeneric ¶
func ConfigureClientGeneric[T any](p *print.Printer, cliVersion, customEndpoint string, useRegion bool, createApiClient CreateApiClient[T]) (T, error)
ConfigureClientGeneric contains the generic code which needs to be executed in order to configure the api client.
Types ¶
type CreateApiClient ¶
type CreateApiClient[T any] func(opts ...sdkConfig.ConfigurationOption) (T, error)
Click to show internal directories.
Click to hide internal directories.