Implement HTTP handlers that parse requests, invoke use cases, and format responses following REST conventions.
원문 언어: 영어
메뉴
SkillsMP는 Authula/authula에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 8개 중 8개를 표시합니다.
Implement HTTP handlers that parse requests, invoke use cases, and format responses following REST conventions.
원문 언어: 영어
Write unit tests in Go following Red-Green-Refactor TDD principles.
원문 언어: 영어
Define and implement services that encapsulate business logic with proper constructor-based dependency injection.
원문 언어: 영어
Build pluggable authentication features using the plugin system with initialization, migrations, routes, and service registration.
원문 언어: 영어
Implement repository interfaces for data persistence and abstraction over database operations using Bun ORM.
원문 언어: 영어
Orchestrate services and repositories through use cases to implement application-level workflows and business scenarios.
원문 언어: 영어
Wire dependencies using constructor-based dependency injection throughout services, repositories, and handlers.
원문 언어: 영어
Register and retrieve services at runtime using a thread-safe service registry pattern for loose coupling between plugins.
원문 언어: 영어