mirror of https://github.com/wh1te909/rmmagent.git
change type
This commit is contained in:
parent
ea34450459
commit
9fa0ad4cd9
|
@ -22,7 +22,7 @@ type EventLogMsg struct {
|
|||
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 (
|
||||
oldestLog uint32
|
||||
nextSize uint32
|
||||
|
|
Loading…
Reference in New Issue