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