Documentation ¶
Index ¶
- type AkeylessMockClient
- func (mc *AkeylessMockClient) GetSecretByType(_ context.Context, secretName, token string, version int32) (string, error)
- func (mc *AkeylessMockClient) ListSecrets(_ context.Context, _, _, _ string) ([]string, error)
- func (mc *AkeylessMockClient) TokenFromSecretRef(_ context.Context) (string, error)
- func (mc *AkeylessMockClient) WithValue(_ *Input, out *Output)
- type Input
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AkeylessMockClient ¶
type AkeylessMockClient struct {
// contains filtered or unexported fields
}
func (*AkeylessMockClient) GetSecretByType ¶
func (*AkeylessMockClient) ListSecrets ¶ added in v0.7.3
func (*AkeylessMockClient) TokenFromSecretRef ¶
func (mc *AkeylessMockClient) TokenFromSecretRef(_ context.Context) (string, error)
func (*AkeylessMockClient) WithValue ¶
func (mc *AkeylessMockClient) WithValue(_ *Input, out *Output)
Click to show internal directories.
Click to hide internal directories.