Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base[T any] struct { Name string Key string ToBase func([]byte) (T, error) ToBytes func(T) ([]byte, error) Scope []Option // contains filtered or unexported fields }
func (*Base[T]) GetOrCreate ¶
type BaseInterface ¶
type Number ¶
type Number[T constraints.Unsigned | constraints.Float] struct { *Base[T] }
type NumberInterface ¶
type NumberInterface[T constraints.Unsigned | constraints.Float] interface { BaseInterface[T] }
type StringInterface ¶
type StringInterface interface { BaseInterface[string] }
Click to show internal directories.
Click to hide internal directories.