Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueService ¶
type IssueService struct {
IssueRepository domain.IssueRepository
}
type ProjectService ¶
type ProjectService struct {
ProjectRepository domain.ProjectRepository
}
func (*ProjectService) Create ¶
func (s *ProjectService) Create(u *domain.Project) error
Creates a Project
type UserService ¶
type UserService struct {
UsersRepository domain.UserRepository
}
Click to show internal directories.
Click to hide internal directories.