package db_cold // sqlite file func InitDBColdConn() (DBColdConn, error) { return DBColdConn{}, nil } type DBColdConn struct { }