chore(influxdb): secret not found error
parent
6bda17c673
commit
c76974dcfd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue