mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
9 lines
127 B
Go
9 lines
127 B
Go
package syncdeps
|
|
|
|
import (
|
|
"github.com/anyproto/any-sync/util/multiqueue"
|
|
)
|
|
|
|
type Response interface {
|
|
multiqueue.Sizeable
|
|
}
|