refactor: project structure

This commit is contained in:
Hintay 2023-05-05 12:47:30 +08:00
parent eab95dd091
commit ee1f67b3cd
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
155 changed files with 269 additions and 261 deletions

View file

@ -1,11 +1,11 @@
package api
import (
"github.com/0xJacky/Nginx-UI/server/internal/cert"
"github.com/0xJacky/Nginx-UI/server/internal/config_list"
"github.com/0xJacky/Nginx-UI/server/internal/helper"
"github.com/0xJacky/Nginx-UI/server/internal/nginx"
"github.com/0xJacky/Nginx-UI/server/model"
"github.com/0xJacky/Nginx-UI/server/pkg/cert"
"github.com/0xJacky/Nginx-UI/server/pkg/config_list"
"github.com/0xJacky/Nginx-UI/server/pkg/helper"
"github.com/0xJacky/Nginx-UI/server/pkg/nginx"
"github.com/0xJacky/Nginx-UI/server/query"
"github.com/gin-gonic/gin"
"log"