Fix cache options
This commit is contained in:
4
cache/cache.go
vendored
4
cache/cache.go
vendored
@@ -14,4 +14,6 @@ type Cache interface {
|
|||||||
String() string
|
String() string
|
||||||
}
|
}
|
||||||
|
|
||||||
type Option struct{}
|
type Options struct{}
|
||||||
|
|
||||||
|
type Option func(o *Options)
|
||||||
|
|||||||
Reference in New Issue
Block a user