repository

package
v0.0.0-...-73432e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LogFileInfoRepository = new(logFileInfoRepository)

Functions

func InitRepository

func InitRepository(engine *xorm.Engine)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL