move presenter and controller init invoke into domain

This commit is contained in:
2023-06-28 09:08:45 +02:00
parent f2b64d4d05
commit b688fb85d3
4 changed files with 7 additions and 26 deletions

View File

@@ -9,11 +9,3 @@ type Presenter struct {
func (p Presenter) Init() {
}
func (p Presenter) Start() {
}
func (p Presenter) Process() {
}