Skip to content

Commit 34dc7fa

Browse files
committed
fixup! refactor: define interfaces for JSON types
1 parent e39667f commit 34dc7fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dsl/types/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ type Type interface {
1111

1212
// ===================== Void type ===================== //
1313

14+
// VoidType is a void type
15+
var VoidType = &voidType{}
16+
1417
type voidType struct{}
1518

1619
func (*voidType) String() string {

0 commit comments

Comments
 (0)