()
| 51 | // Basics |
| 52 | Update(folder string, device protocol.DeviceID, fs []protocol.FileInfo, opts ...UpdateOption) error |
| 53 | Close() error |
| 54 | |
| 55 | // Single files |
| 56 | GetDeviceFile(folder string, device protocol.DeviceID, file string) (protocol.FileInfo, bool, error) |
no outgoing calls