Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TokenConfigs = map[string]func() types.TokenConfig{ "mock": func() types.TokenConfig { return new(mock.Config) }, "postgresql": func() types.TokenConfig { return new(pg.Config) }, }
TokenConfigs variable provides an easy way to return a config struct depending on the storage adapter type.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.