8 lines
No EOL
164 B
Go
8 lines
No EOL
164 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package events
|
|
|
|
func GetEventLog(logName string, searchLastDays int) ([]EventLogMsg, error) {
|
|
return []EventLogMsg{}, nil
|
|
} |