mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
8 lines
227 B
Go
8 lines
227 B
Go
package objecttreebuilder
|
|
|
|
import "github.com/anyproto/any-sync/commonspace/object/tree/synctree"
|
|
|
|
type debugStat struct {
|
|
TreeStats []synctree.TreeStats `json:"tree_stats"`
|
|
SpaceId string `json:"space_id"`
|
|
}
|