code cleanup
This commit is contained in:
parent
c04f54619b
commit
b223233318
9 changed files with 112 additions and 184 deletions
|
|
@ -5,9 +5,9 @@ import (
|
|||
)
|
||||
|
||||
type Folder struct {
|
||||
Id int64 `json:"id"`
|
||||
Title string `json:"title"`
|
||||
IsExpanded bool `json:"is_expanded"`
|
||||
Id int64 `json:"id"`
|
||||
Title string `json:"title"`
|
||||
IsExpanded bool `json:"is_expanded"`
|
||||
}
|
||||
|
||||
func (s *Storage) CreateFolder(title string) *Folder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue