Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle[T comparable] struct { // contains filtered or unexported fields }
Handle is wrapper around unique.Handle[string] but it implements json.Unmarshaler and json.Marshaler.
func Make ¶
func Make[T comparable](v T) Handle[T]
func (Handle[T]) MarshalJSON ¶
func (*Handle[T]) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.