move presenter and controller init invoke into domain
This commit is contained in:
@@ -9,11 +9,3 @@ type Presenter struct {
|
||||
func (p Presenter) Init() {
|
||||
|
||||
}
|
||||
|
||||
func (p Presenter) Start() {
|
||||
|
||||
}
|
||||
|
||||
func (p Presenter) Process() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user