Documentation
¶
Index ¶
- func AddPage(newPage model.Page) error
- func CreatePageTable()
- func GetPages() ([]model.Page, error)
- func GetPagesByContentSearch(word string) ([]model.Page, error)
- func GetPagesByTag(tag string) ([]model.Page, error)
- func GetPagesByTitleWordGrep(word string) ([]model.Page, error)
- func RemovePage(id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPagesByContentSearch ¶
GetPagesByContentSearch returns page entities grepped by html-content-search.
func GetPagesByTag ¶
GetPagesByTag returns page entities grepped by input tag word.
func GetPagesByTitleWordGrep ¶
GetPagesByTitleWordGrep retunrs page grepped title by input word.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.