Documentation
¶
Overview ¶
Package memory wires the in-memory vault implementation into the application via uber-go/fx.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("memory-vault", fx.Provide( fx.Annotate(vaultmemory.New, fx.As(new(vault.Vault))), ), )
Module provides the in-memory vault implementation.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.