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:
@@ -1 +1,11 @@
|
||||
package auth
|
||||
package auth
|
||||
|
||||
import ()
|
||||
|
||||
type AuthService struct {
|
||||
}
|
||||
|
||||
func NewAuthService() *AuthService {
|
||||
return &AuthService{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user