Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogFileInfoRepository = new(logFileInfoRepository)
Functions ¶
func InitRepository ¶
Types ¶
type LogFileInfo ¶
type LogFileInfo struct { Id string `xorm:"varchar(50) 'id' pk notnull default('') comment('ID')" json:"id"` Ip string `xorm:"varchar(20) 'ip' notnull default('') comment('IP')" json:"ip"` Project string `xorm:"varchar(50) 'project' notnull default('') comment('项目')" json:"project"` LogFile string `xorm:"varchar(1000) 'log_file' notnull default('') comment('日志文件绝对路径')" json:"logFile"` LogstashTimestamp string `xorm:"varchar(100) 'logstash_timestamp' notnull default('') comment('Logstash Timestamp')" json:"logstashTimestamp"` }
Click to show internal directories.
Click to hide internal directories.