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