chore(influxdb): secret not found error

pull/11382/head
Leonardo Di Donato 2019-01-21 17:57:47 +01:00 committed by Leo Di Donato
parent 6bda17c673
commit c76974dcfd
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ package influxdb
import "context"
// ErrSecretNotFound is the error msg for a missing secret.
const ErrSecretNotFound = "secret not found"
// SecretService a service for storing and retrieving secrets.
type SecretService interface {
// LoadSecret retrieves the secret value v found at key k for organization orgID.