Remove Named interface (#26913)

`Named` is implemented by every `Method` and future implementations
should implement the method too.
This commit is contained in:
KN4CK3R
2023-09-05 17:58:30 +02:00
repo.diff.committed_by GitHub
repo.diff.parent a99b96cbcd
repo.diff.commit 0eebeeec90
repo.diff.stats_desc%!(EXTRA int=12, int=12, int=21)

repo.diff.view_file

@@ -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