2
This commit is contained in:
@@ -31,12 +31,12 @@ type ProjectExpansion interface {
|
||||
|
||||
type projectBiz struct {
|
||||
store db.Store
|
||||
redis redis.IRedis
|
||||
redis redis.RedisCache
|
||||
}
|
||||
|
||||
var _ ProjectBiz = (*projectBiz)(nil)
|
||||
|
||||
func New(store db.Store, redis redis.IRedis) *projectBiz {
|
||||
func New(store db.Store, redis redis.RedisCache) *projectBiz {
|
||||
return &projectBiz{
|
||||
store: store,
|
||||
redis: redis,
|
||||
|
||||
Reference in New Issue
Block a user