Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader implements ports.GraphLoader using an in-memory map.
func NewFromNodes ¶
NewFromNodes creates a new MemoryLoader from domain objects. This handles serialization automatically, improving DX for tests.
func NewLoader ¶ added in v0.7.0
NewLoader creates a new MemoryLoader with the provided raw data (JSON strings).
type Store ¶ added in v0.7.0
type Store struct {
// contains filtered or unexported fields
}
Store implements ports.StateStore in memory. Safe for concurrent use.
Click to show internal directories.
Click to hide internal directories.