Documentation ¶ Index ¶ type Page Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Page ¶ type Page struct { ID int URL string Title string Tags string Content string } Page type is struct of one webpage data. Id is primary key of bookmark page. Title is webpage's title and Content is webpage's html body. Both of them got by http request. Source Files ¶ View all Source files page.go Click to show internal directories. Click to hide internal directories.