backend: remove unused Location method
This commit is contained in:
parent
eb6c653f89
commit
0c1ba6d95d
14 changed files with 0 additions and 81 deletions
|
@ -14,10 +14,6 @@ import (
|
|||
// the context package need not be wrapped, as context cancellation is checked
|
||||
// separately by the retrying logic.
|
||||
type Backend interface {
|
||||
// Location returns a string that describes the type and location of the
|
||||
// repository.
|
||||
Location() string
|
||||
|
||||
// Connections returns the maximum number of concurrent backend operations.
|
||||
Connections() uint
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue