Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func View ¶
func View(pgRepo repository.Repository) func(c *gin.Context)
func ViewProtected ¶
func ViewProtected(repo repository.Repository) func(c *gin.Context)
Types ¶
type FileOpenParam ¶
type FileResponse ¶
type FileResponse struct {
FileId uint64 `json:"fileId"`
FileName string `json:"fileName"`
FileType models.PreviewAsType `json:"fileType"`
FileSize int64 `json:"fileSize"`
}
Click to show internal directories.
Click to hide internal directories.