mirror of
https://github.com/aykhans/slash-e.git
synced 2025-12-13 20:29:21 +00:00
refactor: update visibilities
This commit is contained in:
@@ -9,12 +9,11 @@ import (
|
||||
type UpdateShortcut struct {
|
||||
ID int32
|
||||
|
||||
RowStatus *RowStatus
|
||||
Name *string
|
||||
Link *string
|
||||
Title *string
|
||||
Description *string
|
||||
Visibility *Visibility
|
||||
Visibility *storepb.Visibility
|
||||
Tag *string
|
||||
OpenGraphMetadata *storepb.OpenGraphMetadata
|
||||
}
|
||||
@@ -22,9 +21,8 @@ type UpdateShortcut struct {
|
||||
type FindShortcut struct {
|
||||
ID *int32
|
||||
CreatorID *int32
|
||||
RowStatus *RowStatus
|
||||
Name *string
|
||||
VisibilityList []Visibility
|
||||
VisibilityList []storepb.Visibility
|
||||
Tag *string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user