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
}
func (IssueService) Issue ¶
func (s IssueService) Issue(id int64) (*domain.Issue, error)
Get an Issue by id
func (IssueService) Issues ¶
func (s IssueService) Issues(opts *domain.ListOptions) (*domain.ListResponse, error)
Returns all the Issues
Click to show internal directories.
Click to hide internal directories.