Feat: db migrations [WIP]
This commit is contained in:
9
repos/main.go
Normal file
9
repos/main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package repos
|
||||
|
||||
type AllRepos interface {
|
||||
RoomsRepo
|
||||
}
|
||||
|
||||
type RepoProvider struct {
|
||||
// db connection
|
||||
}
|
Reference in New Issue
Block a user