refactor(server): merge authserver implementation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package database
|
||||
|
||||
import (
|
||||
"github.com/1024XEngineer/xinfra/server/internal/config"
|
||||
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
func SeedDefaults(_ *gorm.DB, _ config.Config) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user