Update go dependencies
This commit is contained in:
parent
14a9e9f3fa
commit
14f4a7b8e8
1349 changed files with 128369 additions and 32627 deletions
2
vendor/github.com/golang/groupcache/lru/lru.go
generated
vendored
2
vendor/github.com/golang/groupcache/lru/lru.go
generated
vendored
|
|
@ -25,7 +25,7 @@ type Cache struct {
|
|||
// an item is evicted. Zero means no limit.
|
||||
MaxEntries int
|
||||
|
||||
// OnEvicted optionally specificies a callback function to be
|
||||
// OnEvicted optionally specifies a callback function to be
|
||||
// executed when an entry is purged from the cache.
|
||||
OnEvicted func(key Key, value interface{})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue