Documentation
¶
Overview ¶
Package memory wires the in-memory store implementations into the application via uber-go/fx.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("memory-store", fx.Provide( fx.Annotate(memaccesskey.New, fx.As(new(accesskey.Store))), fx.Annotate(membucket.New, fx.As(new(bucket.Store))), fx.Annotate(memdelegation.New, fx.As(new(delegation.Store))), fx.Annotate(memprovider.New, fx.As(new(provider.Store))), fx.Annotate(memtenant.New, fx.As(new(tenant.Store))), ), )
Module provides the in-memory store implementations.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.