Documentation ¶
Index ¶
- type Bookmark
- type Bookmarks
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark struct { Id int `json:"id"` Order int `json:"order"` FolderID *int `json:"folder_id"` ServiceID *int `json:"service_id"` ResourceID *int `json:"resource_id"` UserID *int `json:"user_id"` }
func FromDBType ¶
func FromDBTypeArray ¶
type Manager ¶
func (*Manager) DeleteByID ¶
func (m *Manager) DeleteByID(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.