Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecTimeFilter ¶
type ExecTimeFilter struct { StartTime interface{} `bson:"tp.startTime,omitempty"` //开始时间 EndTime interface{} `bson:"tp.endTime,omitempty"` //结束时间 }
type LogRecordFilter ¶
type LogRecordFilter struct { ID interface{} `bson:"_id,omitempty"` JobName interface{} `bson:"jobName,omitempty" json:"jobName"` //任务名 Command interface{} `bson:"command,omitempty" ` //shell命令 Err interface{} `bson:"err,omitempty"` //脚本错误 Content interface{} `bson:"content,omitempty"` //脚本输出 Tp interface{} `bson:"tp,omitempty"` //执行时间 }
type UpdateByJobName ¶
type UpdateByJobName struct { Command string `bson:"command"` //shell命令 Content string `bson:"content"` //脚本输出 }
更新实体
Click to show internal directories.
Click to hide internal directories.