Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2021 Changes in this version + var Logger = log.New(os.Stdout).WithDebug().WithoutColor() + var Set = wire.NewSet(cache.Set, metrics.Set, ProvideCacheConfig, ProvideStoreConfig, ProvideDB, ...) + func ProvideCacheConfig() (*cache.Config, func(), error) + func ProvideDB(ctx context.Context, config *config.Config, logger *log.Logger) (*pgxpool.Pool, func(), error) + func ProvideStoreConfig() (*config.Config, error)