Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileController ¶
type FileController struct {
// contains filtered or unexported fields
}
func NewFileController ¶
func NewFileController(fileService internal_services.FileService) FileController
func (*FileController) Delete ¶
func (fc *FileController) Delete(c *gin.Context)
func (*FileController) GetAll ¶
func (fc *FileController) GetAll(c *gin.Context)
func (*FileController) Post ¶
func (fc *FileController) Post(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.