First pass with API

This commit is contained in:
2018-11-19 16:03:33 +00:00
committed by cdramey
parent 206eb2f149
commit 7ebbfc8da9
3 changed files with 89 additions and 1 deletions

View File

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