| vaSystemLog.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
vaSystemLog.go
@@ -2,16 +2,6 @@ import "encoding/json" const ( DebugLevel = iota - 1 InfoLevel WarnLevel ErrorLevel DPanicLevel PanicLevel FatalLevel ) type VaSystemLog struct { ID string `gorm:"column:id;primaryKey;unique;autoIncrement" json:"id"` // 主键id HostName string `gorm:"column:hostName" json:"hostName"` // 主机名