Same perl replacement as https://github.com/go-gitea/gitea/pull/25686 but for 1.20 to ease future backporting.
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
||||
|
||||
// Store represents a thing that stores things
|
||||
type Store interface {
|
||||
Get(interface{}) interface{}
|
||||
Set(interface{}, interface{}) error
|
||||
Get(any) any
|
||||
Set(any, any) error
|
||||
Release() error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user