Add Native Sharing REST API (#1150)
* Initial draft - UNTESTED * changes to Save() and Update() * apply col filter and limit nanoid * remove columns to not update
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ type Share struct {
|
||||
LastVisitedAt time.Time `json:"lastVisitedAt"`
|
||||
ResourceIDs string `json:"resourceIds" orm:"column(resource_ids)"`
|
||||
ResourceType string `json:"resourceType"`
|
||||
VisitCount string `json:"visitCount"`
|
||||
VisitCount int `json:"visitCount"`
|
||||
}
|
||||
|
||||
type Shares []Share
|
||||
|
||||
Reference in New Issue
Block a user