Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuditExport ¶
type AuditExport struct {
SessionID string `json:"session"`
TaskID string `json:"task"`
Command string `json:"command"`
Total int32 `json:"total"`
Cur int32 `json:"cur"`
Response interface{} `json:"response"`
Request interface{} `json:"request"`
Created string `json:"created"`
Finished string `json:"finished"`
Lasted string `json:"lasted"`
TaskResult string `json:"taskResult"`
}
AuditExport 用于导出 JSON 保证字段顺序和命名符合需求 注意 taskResult 保留
Click to show internal directories.
Click to hide internal directories.