mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Remove accidental formerly-untracked file
This commit is contained in:
parent
d2a0bada0d
commit
f09afe0f65
|
|
@ -1,11 +0,0 @@
|
|||
package sync
|
||||
|
||||
import "github.com/matrix-org/dendrite/syncapi/types"
|
||||
|
||||
type SyncProvider interface {
|
||||
WaitFor()
|
||||
}
|
||||
|
||||
type SyncStream interface {
|
||||
GetLatestPosition() types.StreamPosition
|
||||
}
|
||||
Loading…
Reference in a new issue