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 33758b5 commit c72e96eCopy full SHA for c72e96e
pkg/types/data_array.go
@@ -5,14 +5,8 @@ import (
5
"encoding/json"
6
"fmt"
7
"reflect"
8
-
9
- "golang.org/x/exp/constraints"
10
)
11
12
-type DataArrayTypeValues interface {
13
- constraints.Ordered
14
-}
15
16
// DataArrayType An {array} of data.
17
// The value must represent an {array} or it will be ignored, but this array can be provided in several forms:
18
// (1) a regular {array} object
0 commit comments