mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-16 07:45:09 -04:00
remove unused struct
This commit is contained in:
1 file changed
-6
@@ -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