continued auth system

This commit is contained in:
zomo
2025-10-31 12:08:10 -05:00
parent 8355ca374b
commit 5f35823033
8 changed files with 186 additions and 30 deletions

View File

@@ -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 {