Implement a VM memory dump API #3474
Annotations
10 errors
Run static analysis:
client/incus_debug_memory.go#L11
exported: exported method ProtocolIncus.GetInstanceDebugMemory should have comment or be unexported (revive)
|
Run static analysis:
client/incus_debug_memory.go#L21
import-shadowing: The name 'url' shadows an import name (revive)
|
Run static analysis:
cmd/incus/debug.go#L18
exported: exported method cmdDebug.Command should have comment or be unexported (revive)
|
Run static analysis:
cmd/incus/debug.go#L38
exported: exported method cmdDebugMemory.Command should have comment or be unexported (revive)
|
Run static analysis:
cmd/incus/debug.go#L55
exported: exported method cmdDebugMemory.Run should have comment or be unexported (revive)
|
Run static analysis:
internal/server/instance/drivers/driver_qemu.go#L9509
exported: exported method qemu.DumpGuestMemory should have comment or be unexported (revive)
|
Run static analysis:
cmd/incus/debug.go#L8
File is not properly formatted (gci)
|
Run static analysis:
cmd/incus/debug.go#L11
File is not properly formatted (gci)
|
Run static analysis:
cmd/incus/debug.go#L96
printf: non-constant format string in call to fmt.Errorf (govet)
|
Run static analysis:
cmd/incus/debug.go#L98
printf: non-constant format string in call to fmt.Errorf (govet)
|
Loading