Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretManagerSecretsRetrieveWithResponseFn ¶
type SecretManagerSecretsRetrieveWithResponseFn func(ctx context.Context, name string, params *vclient.SecretManagerSecretsRetrieveParams, reqEditors ...vclient.RequestEditorFn) (*vclient.SecretManagerSecretsRetrieveResponse, error)
func NewSecretManagerSecretsRetrieveWithResponseFn ¶
func NewSecretManagerSecretsRetrieveWithResponseFn(secretValue map[string]interface{}, secretDataType string, err error) SecretManagerSecretsRetrieveWithResponseFn
type SecretsManagerClient ¶
type SecretsManagerClient struct {
SecretManagerSecretsRetrieveWithResponseFn SecretManagerSecretsRetrieveWithResponseFn
}
func (*SecretsManagerClient) SecretManagerSecretsRetrieveWithResponse ¶
func (sc *SecretsManagerClient) SecretManagerSecretsRetrieveWithResponse(ctx context.Context, name string, params *vclient.SecretManagerSecretsRetrieveParams, reqEditors ...vclient.RequestEditorFn) (*vclient.SecretManagerSecretsRetrieveResponse, error)
Click to show internal directories.
Click to hide internal directories.