mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00

# Conflicts: # commonspace/spacesyncproto/protos/spacesync.proto # commonspace/spacesyncproto/spacesync.pb.go
9 lines
188 B
Go
9 lines
188 B
Go
package syncdeps
|
|
|
|
import "github.com/anyproto/any-sync/commonspace/spacesyncproto"
|
|
|
|
type Message interface {
|
|
ObjectId() string
|
|
MsgSize() uint64
|
|
ObjectType() spacesyncproto.ObjectType
|
|
}
|