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