feat: set gin log writer
This commit is contained in:
@ -4,6 +4,7 @@ type Account struct {
|
||||
ID uint `json:"id" gorm:"primaryKey"`
|
||||
VirtualPath string `json:"virtual_path"`
|
||||
Index int `json:"index"`
|
||||
Type string `json:"type"`
|
||||
Driver string `json:"driver"`
|
||||
Status string `json:"status"`
|
||||
Custom string `json:"custom"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user