-
- Downloads
CTRL - Bootstrap routing service as example for folder structure and tests
parent
6d42907b
No related branches found
No related tags found
Showing
- ctrl/internal/application/app.go 18 additions, 9 deletionsctrl/internal/application/app.go
- ctrl/internal/core/model/route.go 17 additions, 0 deletionsctrl/internal/core/model/route.go
- ctrl/internal/core/ports/routing.go 16 additions, 0 deletionsctrl/internal/core/ports/routing.go
- ctrl/internal/infrastructure/interaction/health_test.go 112 additions, 0 deletionsctrl/internal/infrastructure/interaction/health_test.go
- ctrl/internal/infrastructure/interaction/routing.go 124 additions, 1 deletionctrl/internal/infrastructure/interaction/routing.go
- ctrl/internal/infrastructure/interaction/routing_test.go 118 additions, 0 deletionsctrl/internal/infrastructure/interaction/routing_test.go
- ctrl/internal/service/routing.go 101 additions, 0 deletionsctrl/internal/service/routing.go
- ctrl/internal/service/routing_test.go 221 additions, 0 deletionsctrl/internal/service/routing_test.go
- libs/tracing/tracing.go 9 additions, 0 deletionslibs/tracing/tracing.go
ctrl/internal/core/model/route.go
0 → 100644
ctrl/internal/core/ports/routing.go
0 → 100644
ctrl/internal/service/routing.go
0 → 100644
ctrl/internal/service/routing_test.go
0 → 100644
Please register or sign in to comment