1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Add support for custom languages.

This commit is contained in:
Ferdinand Mütsch
2019-05-21 17:16:46 +02:00
parent c2b705f172
commit c821e02b82
7 changed files with 56 additions and 24 deletions

View File

@ -11,7 +11,7 @@ import (
const TableHeartbeat = "heartbeat"
type HeartbeatService struct {
Cofnig *models.Config
Config *models.Config
Db *gorm.DB
}