package controller import "git.tek.govt.hu/dowerx/chat/server/util" type IController interface { init() *util.ChatError }