carddav: add AddressObject.Remove

This commit is contained in:
emersion
2017-09-14 11:51:57 +02:00
parent 579a25f989
commit f8d9f83cbc
2 changed files with 12 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ type AddressObject interface {
Stat() (os.FileInfo, error) // can return nil, nil
Card() (vcard.Card, error)
SetCard(vcard.Card) error
Remove() error
}
type AddressBook interface {