continued auth system
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package db_hot
|
||||
|
||||
import "zomo.dev/largehadroncollider/util"
|
||||
|
||||
// redis connection
|
||||
|
||||
func InitDBHotConn() (DBHotConn, error) {
|
||||
return DBHotConn{}, nil
|
||||
func InitDBHotConn(conf *util.Config) (*DBHotConn, error) {
|
||||
return &DBHotConn{}, nil
|
||||
}
|
||||
|
||||
type DBHotConn struct {
|
||||
|
||||
Reference in New Issue
Block a user