Documentation
¶
Overview ¶
Package materialize provides the public materializer API for mache.
Types are defined in internal/materialize and re-exported here via type aliases so that external consumers (e.g. venturi) can call materializers as library functions without importing internal packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ForFormat = im.ForFormat
ForFormat returns the appropriate Materializer for the given format string.
Functions ¶
This section is empty.
Types ¶
type Materializer ¶
type Materializer = im.Materializer
Materializer writes a projected node tree (from a mache SQLite DB) to an output format.
Click to show internal directories.
Click to hide internal directories.