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/objecttreebuilder/stat.go
2025-03-17 16:15:02 +01:00

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"`
}