- removed YouTrack mentions;
This commit is contained in:
parent
abee9880e1
commit
05e18ce182
|
|
@ -11,23 +11,18 @@ import (
|
|||
type WorkflowController struct {
|
||||
iGit services.IGit
|
||||
iCloud services.ICloud
|
||||
iYouTrack services.IYouTrack
|
||||
additionalYT services.IYouTrack
|
||||
iCoda services.ICoda
|
||||
}
|
||||
|
||||
func NewWorkflowController(
|
||||
git services.IGit,
|
||||
cloud services.ICloud,
|
||||
devyt services.IYouTrack,
|
||||
farmyt services.IYouTrack,
|
||||
coda services.ICoda,
|
||||
) *WorkflowController {
|
||||
return &WorkflowController{
|
||||
iGit: git,
|
||||
iCloud: cloud,
|
||||
iYouTrack: devyt,
|
||||
additionalYT: farmyt,
|
||||
|
||||
iCoda: coda,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue