
*feat: add arangodb init * fix: dao for sql + arangodb * fix: update error logs * fix: use db name dynamically
7 lines
110 B
Go
7 lines
110 B
Go
package utils
|
|
|
|
// any jobs that we want to run at start of server can be executed here
|
|
|
|
func InitServer() {
|
|
}
|