Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infoc ¶
type Infoc struct { Oid int64 `json:"oid"` Type int `json:"type"` DMIds []int64 `json:"dmids"` Subject string `json:"subject"` OriginVal string `json:"origin_val"` CurrentVal string `json:"current_val"` OperationTime string `json:"optime"` OperatorType OperatorType `json:"operator_type"` Operator int64 `json:"operator"` Source Source `json:"source"` Remark string `json:"remark"` }
Infoc operation log for administrator
type OperatorType ¶
type OperatorType int
OperatorType enum integer value
const ( OperatorAdmin OperatorType OperatorMember OperatorUp OperatorSystem )
OperatorType enum definition list
func (OperatorType) String ¶
func (opType OperatorType) String() string
String returns the Source enmu description
Click to show internal directories.
Click to hide internal directories.