package dao import "git.tek.govt.hu/dowerx/chat/server/util" type IDAO interface { Init() *util.ChatError }