1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
any-sync/commonspace/sync/syncdeps/response.go
2024-06-24 21:29:16 +02:00

9 lines
127 B
Go

package syncdeps
import (
"github.com/anyproto/any-sync/util/multiqueue"
)
type Response interface {
multiqueue.Sizeable
}