Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReportSecurityLog ¶
Types ¶
type SecurityEventLog ¶
type SecurityEventLog struct {
EventType string `json:"eventType"`
EventSource string `json:"eventSource"`
GatewayType string `json:"gatewayType"`
GatewayId string `json:"gatewayId"`
EventTime string `json:"eventTime"`
Message string `json:"message"`
Content string `json:"content"`
}
func (*SecurityEventLog) EncodeLog ¶
func (v *SecurityEventLog) EncodeLog() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.