feat: adds more audit log parsing for extended data #144
Annotations
10 errors
pkg/wsman/amt/auditlog/decoder_test.go#L178
cannot use "\x00" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L178
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L179
cannot use "\x01" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L179
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L181
cannot use "\x01\x01" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L181
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L182
cannot use "\x01\x02" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L182
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L183
cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L183
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
This job failed
Loading