more cache issues
This commit is contained in:
9
internal/cache/cache.go
vendored
Normal file
9
internal/cache/cache.go
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/graph-gophers/dataloader"
|
||||
)
|
||||
|
||||
type S3Cache interface {
|
||||
dataloader.Cache
|
||||
}
|
||||
Reference in New Issue
Block a user