feat: update news

This commit is contained in:
ericprd
2025-03-06 23:55:46 +08:00
parent 2046021e01
commit e3a9b67e28
17 changed files with 249 additions and 21 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ import (
type impl struct {
staffRepo staffrepository.Staff
userRepo userrepository.UserIntf
userRepo userrepository.User
subsRepo subscriberepository.SubsIntf
subsPlanRepo subscribeplanrepository.SubsPlanIntf
}
@@ -29,7 +29,7 @@ type Auth interface {
func New(
staffRepo staffrepository.Staff,
userRepo userrepository.UserIntf,
userRepo userrepository.User,
subsRepo subscriberepository.SubsIntf,
subsPlanRepo subscribeplanrepository.SubsPlanIntf,
) Auth {