We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d214e commit 6a898e3Copy full SHA for 6a898e3
internal/qmp-gen/templates/main
@@ -21,7 +21,9 @@ import (
21
"fmt"
22
)
23
24
-type isNullable interface {
+// IsNullable is implemented by any
25
+// JSON null type
26
+type IsNullable interface {
27
isNull() bool
28
}
29
qmp/raw/autogen.go
0 commit comments