Remove accidental formerly-untracked file

This commit is contained in:
Neil Alexander 2020-09-09 10:11:38 +01:00
parent d2a0bada0d
commit f09afe0f65
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -1,11 +0,0 @@
package sync
import "github.com/matrix-org/dendrite/syncapi/types"
type SyncProvider interface {
WaitFor()
}
type SyncStream interface {
GetLatestPosition() types.StreamPosition
}