mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 02:27:20 +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:
@ -23,7 +23,6 @@ import (
|
||||
// Ensure the struct implements the interface.
|
||||
var (
|
||||
_ Method = &HTTPSign{}
|
||||
_ Named = &HTTPSign{}
|
||||
)
|
||||
|
||||
// HTTPSign implements the Auth interface and authenticates requests (API requests
|
||||
|
Reference in New Issue
Block a user