mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
package models
|
|
|
|
var SharedServerDAO = new(ServerDAO)
|
|
|
|
type ServerDAO struct {
|
|
BaseDAO
|
|
}
|