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,7 +9,3 @@ type Controller struct {
func (c Controller) Init() {
}
func (c Controller) Start() {
}