Single files
(folder string, device protocol.DeviceID, file string)
| 54 | |
| 55 | // Single files |
| 56 | GetDeviceFile(folder string, device protocol.DeviceID, file string) (protocol.FileInfo, bool, error) |
| 57 | GetGlobalAvailability(folder, file string) ([]protocol.DeviceID, error) |
| 58 | GetGlobalFile(folder string, file string) (protocol.FileInfo, bool, error) |
| 59 |
no outgoing calls