mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00:00
Remove Named
interface (#26913)
`Named` is implemented by every `Method` and future implementations should implement the method too.
This commit is contained in:
@ -14,7 +14,6 @@ import (
|
||||
// Ensure the struct implements the interface.
|
||||
var (
|
||||
_ Method = &Session{}
|
||||
_ Named = &Session{}
|
||||
)
|
||||
|
||||
// Session checks if there is a user uid stored in the session and returns the user
|
||||
|
Reference in New Issue
Block a user