This commit is contained in:
Liang Ding 2022-12-02 23:38:57 +08:00
parent 4eb276b89c
commit d8236681a5
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 52 additions and 15 deletions

View file

@ -56,6 +56,8 @@ type Block struct {
Depth int `json:"depth"`
Count int `json:"count"`
Sort int `json:"sort"`
Created string `json:"created"`
Updated string `json:"updated"`
}
func (block *Block) IsContainerBlock() bool {