mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
feat: update shortcut redirector
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
package api
|
||||
|
||||
type ShortcutOrganizer struct {
|
||||
ShortcutID int
|
||||
UserID int
|
||||
Pinned bool
|
||||
}
|
||||
|
||||
type ShortcutOrganizerFind struct {
|
||||
ShortcutID int
|
||||
UserID int
|
||||
}
|
||||
|
||||
type ShortcutOrganizerUpsert struct {
|
||||
ShortcutID int
|
||||
UserID int
|
||||
Pinned bool `json:"pinned"`
|
||||
}
|
Reference in New Issue
Block a user