diff --git a/pkg/storage/testing.go b/pkg/storage/testing.go index a28fca1..3f61516 100644 --- a/pkg/storage/testing.go +++ b/pkg/storage/testing.go @@ -7,6 +7,7 @@ import ( "github.com/yuuki/binrep/pkg/release" ) +// TestStorageAPI defines the interface for stub testing storage.API. type TestStorageAPI interface { API latestTimestamp(name string) (string, error)