modified: main_dc/yalarba/api_yal/internal/domain/auth/handler.go

modified:   main_dc/yalarba/api_yal/internal/domain/auth/router.go
	modified:   main_dc/yalarba/api_yal/internal/domain/auth/servcie.go
set mock service for auth layer
This commit is contained in:
2026-03-09 03:03:58 +05:00
parent 313350c5f2
commit 7987472635
3 changed files with 50 additions and 12 deletions
@@ -1 +1,11 @@
package auth
package auth
import ()
type AuthService struct {
}
func NewAuthService() *AuthService {
return &AuthService{
}
}