refactor with improved developer ux in mind
- Most functions now live directly in the dbx package - dbxp and dbxm are now ONLY the few functions that cannot be shared
This commit is contained in:
5
internal/dbxshared/module.go
Normal file
5
internal/dbxshared/module.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package dbxshared
|
||||
|
||||
import "gitea.auvem.com/go-toolkit/app"
|
||||
|
||||
var DBModule *app.Module
|
||||
Reference in New Issue
Block a user