package controller import "game/domain" type Controller struct { Context domain.Context } func (c Controller) Init() { }