Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message,omitempty"`
}
type FileContent ¶
type FileContent struct { FileId string `json:"fileId,omitempty"` Filename string `json:"filename,omitempty"` Size int64 `json:"size,omitempty"` Owner string `json:"owner,omitempty"` CreatedAt time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` CreatedBy string `json:"createdBy,omitempty"` UpdatedBy *string `json:"updatedBy,omitempty"` }
type FilePageResponse ¶
type FilePageResponse struct { Size int `json:"size"` TotalElements int `json:"totalElements"` Page int `json:"page"` Next string `json:"next"` Content []*FileContent `json:"content"` }
type UpdateFileRequest ¶
type UploadSuccessResponse ¶
Click to show internal directories.
Click to hide internal directories.