forked from Silverfish/proton-bridge
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