Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ela ¶
type Ela[T any] interface { // Equal(other Elastic[T]) bool IsDefined() bool IsNull() bool IsUndefined() bool IsZero() bool // Map(f func(und.Und[option.Options[T]]) und.Und[option.Options[T]]) Elastic[T] MarshalJSON() ([]byte, error) MarshalJSONV2(enc *jsontext.Encoder, opts jsonv2.Options) error Pointer() *T Pointers() []*T // UnmarshalJSON(data []byte) error // Unwrap() und.Und[option.Options[T]] Value() T Values() []T }
Click to show internal directories.
Click to hide internal directories.