First pass with API
This commit is contained in:
@ -10,7 +10,6 @@ import (
|
||||
|
||||
type Storage interface {
|
||||
AddQURL(*qurl.QURL) error
|
||||
// GetQURL(uint64) (*qurl.QURL, error)
|
||||
GetQURLByURL(string) (*qurl.QURL, error)
|
||||
SetQURLSequence(uint64) error
|
||||
Backup(string) error
|
||||
|
Reference in New Issue
Block a user