big refactor and testing
This commit is contained in:
parent
a2ed11b2fb
commit
d6b1b90034
26 changed files with 908 additions and 70 deletions
5
agent/events/events_linux.go
Normal file
5
agent/events/events_linux.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package events
|
||||
|
||||
func GetEventLog(logName string, searchLastDays int) ([]EventLogMsg, error) {
|
||||
return []EventLogMsg{}, nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue