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