Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilFileRepo = errors.New("File repository can not be nil")
Functions ¶
This section is empty.
Types ¶
type FileService ¶
type FileService struct {
// contains filtered or unexported fields
}
func NewFileService ¶
func NewFileService(repo *repository.FileRepository, st settings.Settings) (*FileService, error)
func (*FileService) GetFileList ¶
func (f *FileService) GetFileList(c *gin.Context, isAdmin bool)
Click to show internal directories.
Click to hide internal directories.