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