package
Version:
v1.0.0-alpha7
Opens a new window with list of versions in this module.
Published: Jan 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func TestElastic_non_addressable[T Ela[U], U comparable](t *testing.T, firstNull, defined, null, undefined T, values []option.Option[U], ...)
-
func TestUnd_non_addressable[T Und[U], U any](t *testing.T, defined, null, undefined T, value U, marshaled string)
-
type Ela
-
type Und
func TestUnd_non_addressable[T Und[U], U any](t *testing.T, defined, null, undefined T, value U, marshaled string)
type Ela[T any] interface {
IsDefined() bool
IsNull() bool
IsUndefined() bool
IsZero() bool
Len() int
MarshalJSON() ([]byte, error)
Pointer() *T
Pointers() []*T
Value() T
Values() []T
State() und.State
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.