Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Provider = wire.NewSet( cache.NewRedisTokenCache, wire.Bind(new(cache.TokenCache), new(*cache.RedisTokenCache)), cache.NewRedisCodeCache, wire.Bind(new(cache.VerifyCodeCache), new(*cache.RedisCodeCache)), repo.NewUserRepo, mq.NewStreamQueue, wire.Bind(new(mq.Queue), new(*mq.StreamQueue)), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.