Sync better
This commit is contained in:
parent
1f24f1f2f2
commit
be7f5dbf30
5 changed files with 24 additions and 22 deletions
4
node.go
4
node.go
|
|
@ -54,10 +54,6 @@ type Node struct {
|
|||
Content string
|
||||
ContentEncrypted string `db:"content_encrypted" json:"-"`
|
||||
Markdown bool
|
||||
|
||||
// CryptoKeyID int `db:"crypto_key_id"`
|
||||
//Files []File
|
||||
//ChecklistGroups []ChecklistGroup
|
||||
}
|
||||
|
||||
func NodeTree(userID, offset int, synced uint64) (nodes []TreeNode, maxSeq uint64, moreRowsExist bool, err error) { // {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue