Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory( bitbucketServiceGetter bitbucketServiceGetter, consoleServiceGetter consoleServiceGetter, gitServiceGetter gitServiceGetter) *factoryImpl
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
func NewContainer() *Container
type Factory ¶
type Factory interface {
BitbucketService() bitbucket.Servicer
ConsoleService() *interactive.ConsoleService
GitService() *git.Service
}
Click to show internal directories.
Click to hide internal directories.