Skip to content

Commit

Permalink
chore(influxdb): secret not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
leodido committed Jan 22, 2019
1 parent 6bda17c commit c76974d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c76974d

Please sign in to comment.