migrate from github
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package invitation_repo
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type InvitationRepository struct {
|
||||
db *gorm.DB
|
||||
}
|
||||
|
||||
func NewInvitationRepository(db *gorm.DB) *InvitationRepository {
|
||||
return &InvitationRepository{db: db}
|
||||
}
|
||||
Reference in New Issue
Block a user