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

Introduce entity aliases (unfinished).

This commit is contained in:
Ferdinand Mütsch
2019-07-06 17:53:20 +02:00
parent e23e7520d0
commit 37ec6c62fc
6 changed files with 77 additions and 5 deletions

View File

@ -5,8 +5,6 @@ import (
"github.com/n1try/wakapi/models"
)
const TableUser = "user"
type UserService struct {
Config *models.Config
Db *gorm.DB