We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003b658 commit d65eacfCopy full SHA for d65eacf
storage/file.go
@@ -10,6 +10,8 @@ import (
10
"github.com/nrdcg/goacmedns"
11
)
12
13
+var _ goacmedns.Storage = (*File)(nil)
14
+
15
// ErrDomainNotFound is returned from `Fetch` when the provided domain is not
16
// present in the storage.
17
var ErrDomainNotFound = errors.New("requested domain is not present in storage")
0 commit comments