Documentation ¶
Index ¶
Constants ¶
View Source
const ( TrueIndicator = "1" InitialValue = "0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicInteractiveShell ¶
type BasicInteractiveShell struct {
// contains filtered or unexported fields
}
BasicInteractiveShell represents non-PTY interactive shell sampling metadata
type Consumer ¶
type Consumer struct { SampleChannel chan *Sample AlertChannel chan *Alert CommandChannel chan *Command Alert *Alert }
func NewConsumer ¶
func NewConsumer() *Consumer
func (*Consumer) HandleConsumeFailure ¶
func (*Consumer) HandleConsumeSuccess ¶
func (c *Consumer) HandleConsumeSuccess()
type InteractiveShell ¶
type InteractiveShell interface {
// contains filtered or unexported methods
}
type PtyInteractiveShell ¶
type PtyInteractiveShell struct {
// contains filtered or unexported fields
}
PtyInteractiveShell represents PTY interactive shell sampling metadata
type Trigger ¶
type Trigger struct {
// contains filtered or unexported fields
}
func NewTrigger ¶
func NewTrigger(config config.TriggerConfig, consumer *Consumer, options config.Options, player *asset.AudioPlayer) *Trigger
func NewTriggers ¶
func NewTriggers(cfgs []config.TriggerConfig, consumer *Consumer, options config.Options, player *asset.AudioPlayer) []*Trigger
Click to show internal directories.
Click to hide internal directories.