Skip to content

Commit

Permalink
DataArrays can actually have any value... so no type constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed Aug 27, 2024
1 parent 33758b5 commit c72e96e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/types/data_array.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@ import (
"encoding/json"
"fmt"
"reflect"

"golang.org/x/exp/constraints"
)

type DataArrayTypeValues interface {
constraints.Ordered
}

// DataArrayType An {array} of data.
// The value must represent an {array} or it will be ignored, but this array can be provided in several forms:
// (1) a regular {array} object
Expand Down

0 comments on commit c72e96e

Please sign in to comment.