mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Make sure DefaultSyncer implements ExtensibleSyncer
This commit is contained in:
parent
0d03400c6e
commit
a45738638b
1 changed files with 1 additions and 0 deletions
1
sync.go
1
sync.go
|
|
@ -110,6 +110,7 @@ type DefaultSyncer struct {
|
|||
}
|
||||
|
||||
var _ Syncer = (*DefaultSyncer)(nil)
|
||||
var _ ExtensibleSyncer = (*DefaultSyncer)(nil)
|
||||
|
||||
// NewDefaultSyncer returns an instantiated DefaultSyncer
|
||||
func NewDefaultSyncer() *DefaultSyncer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue