take one on music feature

This commit is contained in:
2022-05-09 19:19:16 -06:00
parent e5bf0c952c
commit 8cc150569b
8 changed files with 142 additions and 9 deletions

View File

@@ -26,8 +26,7 @@ import (
)
type BlogRepo struct {
DB *gorm.DB
initialized bool
DB *gorm.DB
}
func NewBlogRepo(dsnPath string) *BlogRepo {