docs: ensure newline before lists across docs for MkDocs rendering
This commit is contained in:
@@ -28,6 +28,7 @@ This story extends the basic DI container to support core kernel services only:
|
||||
|
||||
### 2. Provider Functions (`internal/di/providers.go`)
|
||||
Complete provider functions for core kernel services only:
|
||||
|
||||
- `ProvideConfig() fx.Option` - Configuration provider
|
||||
- `ProvideLogger() fx.Option` - Logger provider
|
||||
- `ProvideHealthCheckers() fx.Option` - Health check registry provider
|
||||
|
||||
@@ -114,6 +114,7 @@ go run cmd/platform/main.go
|
||||
- `config/default.yaml` - Add database config with schema isolation settings
|
||||
|
||||
**Note:** Entity schemas are created in Epic 2:
|
||||
|
||||
- `services/identity/ent/schema/user.go` - User entity (Identity Service)
|
||||
- `services/authz/ent/schema/role.go` - Role entity (Authz Service)
|
||||
- `services/authz/ent/schema/permission.go` - Permission entity (Authz Service)
|
||||
|
||||
@@ -19,6 +19,7 @@ This story defines service client interfaces for all core services (Auth, Identi
|
||||
|
||||
### 1. Service Client Interfaces (`pkg/services/`)
|
||||
Define interfaces for all core services:
|
||||
|
||||
- `AuthServiceClient` in `pkg/services/auth.go`:
|
||||
- `Login(ctx, email, password) (*TokenResponse, error)`
|
||||
- `RefreshToken(ctx, refreshToken) (*TokenResponse, error)`
|
||||
|
||||
Reference in New Issue
Block a user