Add Database Connection and Migration
This commit is contained in:
parent
560b25419f
commit
cd3d6ee256
5 changed files with 113 additions and 8 deletions
|
@ -7,7 +7,8 @@ type Config struct {
|
|||
}
|
||||
|
||||
type Server struct {
|
||||
Address string
|
||||
Address string
|
||||
Database string
|
||||
}
|
||||
|
||||
type Worker struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue