Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetByID(id int) (project models.Project, extErr exterrors.ExtError)
Get(size, page int) (projects []models.Project, extErr exterrors.ExtError)
Create(name, description string, listsSrv lists.Service) (project models.Project, extErr exterrors.ExtError)
Update(id int, name, description string) (project models.Project, extErr exterrors.ExtError)
Delete(id int) (extErr exterrors.ExtError)
}
Click to show internal directories.
Click to hide internal directories.