feat: driver and account operate

This commit is contained in:
Noah Hsu
2022-06-09 17:11:46 +08:00
parent 5b73b68eb5
commit e1a2ed0436
13 changed files with 209 additions and 44 deletions

7
internal/store/store.go Normal file
View File

@ -0,0 +1,7 @@
package store
import (
"gorm.io/gorm"
)
var db gorm.DB