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 int32 `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 InfocResult ¶
type InfocResult struct { Oid string `json:"oid"` Type string `json:"type"` Subject string `json:"subject"` CurrentVal string `json:"current_val"` OperationTime string `json:"operation_time"` OperatorType string `json:"operator_type"` Operator string `json:"operator"` Source string `json:"source"` Remark string `json:"remark"` }
InfocResult data model for infoc type operation log storing in hbase
type OperatorType ¶
type OperatorType int
OperatorType enum integer value
const ( OperatorAdmin OperatorType OperatorMember 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.