Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown = 0x00 NewDocument = 0x10 FileTypeDetected = 0x20 UnmanagedFiletypeAction = 0x30 RebuildStarted = 0x40 BlockedFileTypeAction = 0x50 RebuildCompleted = 0x60 AnalysisCompleted = 0x70 NcfsStartedEvent = 0x80 NcfsCompletedEvent = 0x90 )
View Source
const (
Ti = "2021-05-18T11:03:01.3365613Z"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventManager ¶
type EventManager struct { FileId string // contains filtered or unexported fields }
func (*EventManager) FileTypeDetected ¶
func (e *EventManager) FileTypeDetected(Filetype string)
func (*EventManager) MarshalJson ¶
func (e *EventManager) MarshalJson() ([]byte, error)
func (*EventManager) NewDocument ¶
func (e *EventManager) NewDocument(policyId string)
func (*EventManager) RebuildCompleted ¶
func (e *EventManager) RebuildCompleted(GwOutcome string)
func (*EventManager) RebuildStarted ¶
func (e *EventManager) RebuildStarted()
func (*EventManager) Unknown ¶
func (e *EventManager) Unknown()
type Events ¶
type Events struct {
Properties Properties `json:"Properties,omitempty"`
}
type Properties ¶
Click to show internal directories.
Click to hide internal directories.