refacto(models): Move models to the root of the project

This commit is contained in:
Matthieu 'JP' DERASSE
2022-08-09 15:53:40 +00:00
parent 1216fa071c
commit fbe19b4e31
19 changed files with 15 additions and 15 deletions

View File

@ -15,7 +15,7 @@ import (
"git.home.m-and-m.ovh/mderasse/gouick/helpers"
"git.home.m-and-m.ovh/mderasse/gouick/helpers/api_types"
"git.home.m-and-m.ovh/mderasse/gouick/helpers/models"
"git.home.m-and-m.ovh/mderasse/gouick/models"
log "github.com/sirupsen/logrus"
)