Skip to content

Commit c72e96e

Browse files
DataArrays can actually have any value... so no type constraint
1 parent 33758b5 commit c72e96e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/types/data_array.go

-6
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ import (
55
"encoding/json"
66
"fmt"
77
"reflect"
8-
9-
"golang.org/x/exp/constraints"
108
)
119

12-
type DataArrayTypeValues interface {
13-
constraints.Ordered
14-
}
15-
1610
// DataArrayType An {array} of data.
1711
// The value must represent an {array} or it will be ignored, but this array can be provided in several forms:
1812
// (1) a regular {array} object

0 commit comments

Comments
 (0)