mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-08 10:08:33 +00:00
test: add test with changing address order
This commit is contained in:
@ -121,6 +121,7 @@ type Client interface {
|
||||
|
||||
GetAddresses() (addresses AddressList, err error)
|
||||
Addresses() AddressList
|
||||
ReorderAddresses(addressIDs []string) error
|
||||
|
||||
GetEvent(eventID string) (*Event, error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user