This commit is contained in:
Liang Ding 2022-10-05 10:29:00 +08:00
parent 7388c0d2a7
commit e34e7fe217
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 64 additions and 3 deletions

View file

@ -76,6 +76,9 @@ type Path struct {
Children []*Path `json:"children,omitempty"` // 子路径节点
Depth int `json:"depth"` // 层级深度
Count int `json:"count"` // 子块计数
Updated string `json:"updated"` // 更新时间
Created string `json:"created"` // 创建时间
}
func RecentUpdatedBlocks() (ret []*Block) {