Versions in this module Expand all Collapse all v1 v1.2.0 Aug 15, 2024 v1.1.0 Jun 27, 2024 Changes in this version + type Bookmark struct + FolderID *int + Id int + Order int + ResourceID *int + ServiceID *int + UserID *int + func FromDBType(dbBookmark *db.Bookmark) *Bookmark + func FromDBTypeArray(dbBookmarks []*db.Bookmark) []*Bookmark + type Bookmarks struct + Bookmarks []*Bookmark + type Manager struct + DbClient *db.Manager + func New(dbManager *db.Manager) *Manager + func (m *Manager) DeleteByID(w http.ResponseWriter, r *http.Request) + func (m *Manager) Get(w http.ResponseWriter, r *http.Request) + func (m *Manager) GetByID(w http.ResponseWriter, r *http.Request) + func (m *Manager) Submit(w http.ResponseWriter, r *http.Request) + func (m *Manager) Update(w http.ResponseWriter, r *http.Request)