2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

feat: 添加redis驱动

This commit is contained in:
耗子
2024-11-09 02:41:47 +08:00
parent 8e74428023
commit 04d570197a
6 changed files with 172 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
package request
type DatabaseCreate struct {
ServerID string `form:"server_id" json:"server_id" validate:"required,exists=database_servers id"`
ServerID uint `form:"server_id" json:"server_id" validate:"required,exists=database_servers id"`
Name string `form:"name" json:"name" validate:"required"`
Username string `form:"username" json:"username"`
Password string `form:"password" json:"password"`