Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SecretProviders = map[string]NewClient{}
Functions ¶
func GetSecretStore ¶
func GetSecretStore(_ context.Context, cfg nautescfg.SecretRepo) (baseinterface.SecretClient, error)
Types ¶
type NewClient ¶
type NewClient func(cfg nautescfg.SecretRepo) (baseinterface.SecretClient, error)
Click to show internal directories.
Click to hide internal directories.