Add ProjectStorageService (list/get/upsert/delete)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
type ProjectStorageItem struct {
|
||||
Data string `json:"data,omitempty"`
|
||||
ExpiresAt string `json:"expiresAt,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
ReadPermission string `json:"readPermission,omitempty"`
|
||||
Size int64 `json:"size,omitempty"`
|
||||
Type string `json:"type,omitempty"`
|
||||
UpdatedAt string `json:"updatedAt,omitempty"`
|
||||
Version int64 `json:"version,omitempty"`
|
||||
WritePermission string `json:"writePermission,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user