refactor services to use Interface and change name to app
This commit is contained in:
@@ -18,8 +18,9 @@ func NewBaseIssue() *IssueBuilder {
|
||||
WithID("pm-abc").
|
||||
WithTitle("Basic Issue").
|
||||
WithDescription("Basic Description").
|
||||
WithIssueType(TypeTask).
|
||||
WithStatus(StatusOpen)
|
||||
WithStatus(StatusOpen).
|
||||
WithIssueType(TypeTask)
|
||||
|
||||
}
|
||||
|
||||
func (b *IssueBuilder) WithID(id string) *IssueBuilder {
|
||||
|
||||
Reference in New Issue
Block a user