(folder string)
| 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) |
| 91 | |
| 92 | // Counts |
no outgoing calls