feat: set gin log writer

This commit is contained in:
Noah Hsu
2022-06-06 22:06:33 +08:00
parent fced60c2b5
commit 09616dbe25
5 changed files with 31 additions and 11 deletions

View File

@ -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"`
}