Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogContext ¶
type AuditLogContext struct { ID int //操作实例id Content interface{} }
type AuditLogExt ¶
type AuditLogHosts ¶
type AuditOpType ¶
type AuditOpType int
AuditOpType log type
const ( // AuditOpTypeAdd object add log AuditOpTypeAdd AuditOpType = iota + 1 // AuditOpTypeModify object add log AuditOpTypeModify AuditOpType = 2 // AuditOpTypeDel object del log AuditOpTypeDel AuditOpType = 3 // AuditOpTypeHostModule host change module AuditOpTypeHostModule AuditOpType = 100 )
Click to show internal directories.
Click to hide internal directories.