rough skeleton and basic user authentication
This commit is contained in:
10
db/db_hot/main.go
Normal file
10
db/db_hot/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package db_hot
|
||||
|
||||
// redis connection
|
||||
|
||||
func InitDBHotConn() (DBHotConn, error) {
|
||||
return DBHotConn{}, nil
|
||||
}
|
||||
|
||||
type DBHotConn struct {
|
||||
}
|
||||
Reference in New Issue
Block a user