File size: 116 Bytes
581b6d4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package db

import "github.com/redis/go-redis/v9"

type DB struct {
	GetRedisClient func() (*redis.Client, error)
}