fix: event log fetch uses pagination #1804
Annotations
9 errors
golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int) (typecheck)
package wsman
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int)) (typecheck)
wsmanAPI "github.com/open-amt-cloud-toolkit/console/internal/usecase/devices/wsman"
^
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int)) (typecheck)
wsman "github.com/open-amt-cloud-toolkit/console/internal/usecase/devices/wsman"
^
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int)) (typecheck)
"github.com/open-amt-cloud-toolkit/console/internal/usecase/devices/wsman"
^
|
golangci-lint
reviewdog exited with status code: 1
|
Loading