Skip to content

Commit d65eacf

Browse files
committed
chore: check file storage interface
1 parent 003b658 commit d65eacf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/file.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
"github.com/nrdcg/goacmedns"
1111
)
1212

13+
var _ goacmedns.Storage = (*File)(nil)
14+
1315
// ErrDomainNotFound is returned from `Fetch` when the provided domain is not
1416
// present in the storage.
1517
var ErrDomainNotFound = errors.New("requested domain is not present in storage")

0 commit comments

Comments
 (0)