Various metadata
(folder string, device protocol.DeviceID)
| 85 | |
| 86 | // Various metadata |
| 87 | GetDeviceSequence(folder string, device protocol.DeviceID) (int64, error) |
| 88 | ListFolders() ([]string, error) |
| 89 | ListDevicesForFolder(folder string) ([]protocol.DeviceID, error) |
| 90 | RemoteSequences(folder string) (map[protocol.DeviceID]int64, error) |
no outgoing calls