mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-13 07:40:00 -06:00
remove unused struct
This commit is contained in:
@@ -25,9 +25,3 @@ type Manager interface {
|
||||
// List all records
|
||||
List() ([]*proto.Record, error)
|
||||
}
|
||||
|
||||
// Record is an entry in the account storage
|
||||
type Record struct {
|
||||
Key string
|
||||
Value []byte
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user