Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsInterface ¶
type SecretsInterface struct {
// contains filtered or unexported fields
}
func New ¶
func New(secretsClient secrets.SecretsServiceClient) *SecretsInterface
func (*SecretsInterface) CheckSecrets ¶
func (s *SecretsInterface) CheckSecrets(possibleSecrets []string) (allExist bool, existentSecrets []string, nonExistentSecrets []string)
CheckSecrets will verify if a list of secrets exist
Click to show internal directories.
Click to hide internal directories.