Documentation
¶
Index ¶
Constants ¶
View Source
const DeleteLogDataSource = "delete from log_data_source"
View Source
const DeleteLogShowAppname = "delete from log_show_appname"
View Source
const DeleteLogShowFilter = "delete from log_show_filter"
View Source
const DeleteLogShowHistory = "delete from log_show_history"
View Source
const DeleteLogShowHostname = "delete from log_show_hostname"
View Source
const DeleteLogShowIp = "delete from log_show_ip"
View Source
const InsertLogDataSource = "insert into log_data_source"
View Source
const InsertLogShowAppname = "insert into log_show_appname"
View Source
const InsertLogShowFilter = "insert into log_show_filter"
View Source
const InsertLogShowHistory = "insert into log_show_history"
View Source
const InsertLogShowHostname = "insert into log_show_hostname"
View Source
const InsertLogShowIp = "insert into log_show_ip"
View Source
const SelectDataSource = `` /* 182-byte string literal not displayed */
View Source
const SelectLastSearch = `` /* 134-byte string literal not displayed */
View Source
const SelectLogDataSource = "" /* 164-byte string literal not displayed */
View Source
const SelectLogShowAppname = "select id,appname,create_time from log_show_appname"
View Source
const SelectLogShowFilter = "select query,appname,env,ip,create_time,create_user,id,hostname,click from log_show_filter"
View Source
const SelectLogShowHistory = "select env,create_time,create_user,query,appname,hostname,ip,id from log_show_history"
View Source
const SelectLogShowHostname = "select create_time,id,hostname from log_show_hostname"
View Source
const SelectLogShowIp = "select id,ip,create_time,app_name from log_show_ip"
View Source
const UpdateLogDataSource = "update log_data_source"
View Source
const UpdateLogShowAppname = "update log_show_appname"
View Source
const UpdateLogShowFilter = "update log_show_filter"
View Source
const UpdateLogShowHistory = "update log_show_history"
View Source
const UpdateLogShowHostname = "update log_show_hostname"
View Source
const UpdateLogShowIp = "update log_show_ip"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogDataSource ¶
type LogDataSource struct { //主键 DataSourceId int64 //数据源地址 Address string //最近修改时间 LastModifyTime string // CreateUser string //数据源名称 Name string // 描述信息 Description string // CreateTime string // LastModifyUser string // Ent string // ClusterName string // DataType string // 数据驱动类型 DriverType string }
2018-05-25 15:08:27.4021117 +0800 CST
type LogShowAppname ¶
type LogShowFilter ¶
type LogShowHistory ¶
type LogShowHostname ¶
Click to show internal directories.
Click to hide internal directories.