Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainService ¶
type DomainService interface {
NewClassifierService() domain.ClassifierService
}
func NewDomainService ¶
func NewDomainService(config *ServiceConfig) DomainService
type Presenter ¶
type Presenter interface {
NewMessagePresenter() ipresenter.MessagePresenter
}
func NewPresenter ¶
func NewPresenter(config *PresenterConfig) Presenter
type PresenterConfig ¶
type PresenterConfig struct {
View view.TwitterView
}
type ServiceConfig ¶
type View ¶
type View interface {
NewMessageView() view.TwitterView
}
func NewView ¶
func NewView(config *ViewConfig) View
Click to show internal directories.
Click to hide internal directories.