Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessCache ¶
type ProcessCache struct {
// contains filtered or unexported fields
}
func NewProcessCache ¶
func NewProcessCache() *ProcessCache
func (*ProcessCache) AddItem ¶
func (c *ProcessCache) AddItem(exec event.ProcessExec)
func (*ProcessCache) Get ¶
func (c *ProcessCache) Get(pid int) event.ProcessExec
func (*ProcessCache) Start ¶
func (c *ProcessCache) Start()
Click to show internal directories.
Click to hide internal directories.