Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Object ¶
func Object[Ptr Initializer](namespace namespace) Ptr
Types ¶
type Initializer ¶
type Initializer interface {
Initialize()
}
type MapStore ¶
func (*MapStore[VT]) Initialize ¶
func (s *MapStore[VT]) Initialize()
func (MapStore[VT]) MarshalJSON ¶
func (*MapStore[VT]) UnmarshalJSON ¶
type ObjectStore ¶
type ObjectStore[Pointer Initializer] struct { // contains filtered or unexported fields }
func (*ObjectStore[Ptr]) Initialize ¶
func (obj *ObjectStore[Ptr]) Initialize()
func (ObjectStore[Ptr]) MarshalJSON ¶
func (obj ObjectStore[Ptr]) MarshalJSON() ([]byte, error)
func (*ObjectStore[Ptr]) UnmarshalJSON ¶
func (obj *ObjectStore[Ptr]) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.