(folder string, prefix string)
| 66 | // required. |
| 67 | AllGlobalFiles(folder string) (iter.Seq[FileMetadata], func() error) |
| 68 | AllGlobalFilesPrefix(folder string, prefix string) (iter.Seq[FileMetadata], func() error) |
| 69 | AllLocalFiles(folder string, device protocol.DeviceID) (iter.Seq[protocol.FileInfo], func() error) |
| 70 | AllLocalFilesBySequence(folder string, device protocol.DeviceID, startSeq int64, limit int) (iter.Seq[protocol.FileInfo], func() error) |
| 71 | AllLocalFilesWithPrefix(folder string, device protocol.DeviceID, prefix string) (iter.Seq[protocol.FileInfo], func() error) |
no outgoing calls