Documentation ¶
Overview ¶
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon
Index ¶
- type MsgTestEventUnix
- func (msg *MsgTestEventUnix) Cast(o interface{}) notify.Message
- func (msg *MsgTestEventUnix) HandleMessage() *tetragon.GetEventsResponse
- func (msg *MsgTestEventUnix) Notify() bool
- func (msg *MsgTestEventUnix) Retry(internal *process.ProcessInternal, ev notify.Event) error
- func (msg *MsgTestEventUnix) RetryInternal(ev notify.Event, timestamp uint64) (*process.ProcessInternal, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgTestEventUnix ¶
type MsgTestEventUnix struct {
testapi.MsgTestEvent
}
func (*MsgTestEventUnix) Cast ¶ added in v0.8.3
func (msg *MsgTestEventUnix) Cast(o interface{}) notify.Message
func (*MsgTestEventUnix) HandleMessage ¶
func (msg *MsgTestEventUnix) HandleMessage() *tetragon.GetEventsResponse
func (*MsgTestEventUnix) Notify ¶
func (msg *MsgTestEventUnix) Notify() bool
func (*MsgTestEventUnix) Retry ¶
func (msg *MsgTestEventUnix) Retry(internal *process.ProcessInternal, ev notify.Event) error
func (*MsgTestEventUnix) RetryInternal ¶
func (msg *MsgTestEventUnix) RetryInternal(ev notify.Event, timestamp uint64) (*process.ProcessInternal, error)
Click to show internal directories.
Click to hide internal directories.