model redesign

This commit is contained in:
naiba
2024-10-20 00:32:55 +08:00
parent 843ecdaa33
commit 4fc0aad7a0
7 changed files with 41 additions and 1 deletions

View File

@@ -7,9 +7,10 @@ import (
"sync"
"time"
"gorm.io/gorm"
"github.com/naiba/nezha/pkg/utils"
pb "github.com/naiba/nezha/proto"
"gorm.io/gorm"
)
type Server struct {