Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark struct { ID string `json:"id"` Title *string `json:"title"` Category string `json:"category"` URL string `json:"url"` FilePath *string `json:"file_path"` Status string `json:"status"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` }
func BookmarkFromModel ¶
Click to show internal directories.
Click to hide internal directories.