7987472635
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
11 lines
117 B
Go
11 lines
117 B
Go
package auth
|
|
|
|
import ()
|
|
|
|
type AuthService struct {
|
|
}
|
|
|
|
func NewAuthService() *AuthService {
|
|
return &AuthService{
|
|
}
|
|
} |