Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark struct { ID bson.ObjectId `bson:"_id,omitempty"` Name string `json:"name"` Description string `json:"description"` Location string `json:"location"` Priority int `json:"priority"` // Priority (1 -5) CreatedBy string `json:"createdby"` CreatedOn time.Time `json:"createdon,omitempty"` Tags []string `json:"tags,omitempty"` }
Bookmark type represents the metadata of a bookmark.
Click to show internal directories.
Click to hide internal directories.