Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentExporter ¶
type AgentExporter struct {
// contains filtered or unexported fields
}
AgentExporter handles exporting canonical events to Agent format.
func NewAgentExporter ¶
func NewAgentExporter(w io.Writer, limit int) *AgentExporter
NewAgentExporter creates a new AgentExporter.
type BashExporter ¶
type BashExporter struct {
// contains filtered or unexported fields
}
BashExporter handles exporting canonical events to a Bash history file.
func NewBashExporter ¶
func NewBashExporter(filepath string) *BashExporter
NewBashExporter creates a new BashExporter.
type ZshExporter ¶
type ZshExporter struct {
// contains filtered or unexported fields
}
ZshExporter handles exporting canonical events to a Zsh history file.
func NewZshExporter ¶
func NewZshExporter(filepath string) *ZshExporter
NewZshExporter creates a new ZshExporter.
Click to show internal directories.
Click to hide internal directories.