change type

This commit is contained in:
wh1te909 2020-11-16 21:32:31 -08:00
parent ea34450459
commit 9fa0ad4cd9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type EventLogMsg struct {
UID int `json:"uid"` // for vue UID int `json:"uid"` // for vue
} }
func (a *WindowsAgent) GetEventLog(logName string, searchLastDays int64) []EventLogMsg { func (a *WindowsAgent) GetEventLog(logName string, searchLastDays int) []EventLogMsg {
var ( var (
oldestLog uint32 oldestLog uint32
nextSize uint32 nextSize uint32