Documentation ¶
Index ¶
- type ListUC
- func (u *ListUC) Create(l model.List) (model.List, error)
- func (u *ListUC) DeleteByID(id uint) error
- func (u *ListUC) GetAll(page, perPage int) ([]model.List, int, error)
- func (u *ListUC) GetByID(id uint) (model.List, error)
- func (u *ListUC) GetFile(l model.List) (io.Reader, string, error)
- func (u *ListUC) GetRoots(page, perPage int, showSublist bool) ([]model.List, int, error)
- func (u *ListUC) Update(l model.List) (model.List, error)
- func (u *ListUC) UpdateFile(file *multipart.FileHeader, l model.List) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListUC ¶
type ListUC struct {
// contains filtered or unexported fields
}
func (*ListUC) DeleteByID ¶
func (*ListUC) UpdateFile ¶
Click to show internal directories.
Click to hide internal directories.