forked from Silverfish/proton-bridge
Other: Use API call rather than server-specific method in test code
This commit is contained in:
@ -34,7 +34,6 @@ type API interface {
|
||||
|
||||
CreateAddress(userID, address string, password []byte) (string, error)
|
||||
RemoveAddress(userID, addrID string) error
|
||||
GetAddressKeyIDs(userID, addrID string) ([]string, error)
|
||||
RemoveAddressKey(userID, addrID, keyID string) error
|
||||
|
||||
UpdateDraft(userID, draftID string, changes liteapi.DraftTemplate) error
|
||||
|
||||
Reference in New Issue
Block a user