mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
9 lines
86 B
Go
9 lines
86 B
Go
package query
|
|
|
|
import (
|
|
"gorm.io/gorm"
|
|
)
|
|
|
|
func Init(db *gorm.DB) {
|
|
SetDefault(db)
|
|
}
|