lib/model, lib/protocol: Implement temporary indexes (fixes #950)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/2252
This commit is contained in:
committed by
Jakob Borg
parent
a4cd4cc253
commit
1a5f524ae4
@@ -49,6 +49,9 @@ func (t *TestModel) Close(deviceID DeviceID, err error) {
|
||||
func (t *TestModel) ClusterConfig(deviceID DeviceID, config ClusterConfigMessage) {
|
||||
}
|
||||
|
||||
func (t *TestModel) DownloadProgress(DeviceID, string, []FileDownloadProgressUpdate, uint32, []Option) {
|
||||
}
|
||||
|
||||
func (t *TestModel) closedError() error {
|
||||
select {
|
||||
case <-t.closedCh:
|
||||
|
||||
Reference in New Issue
Block a user