| 10 | ) |
| 11 | |
| 12 | type RelationHandler struct { |
| 13 | svc service.RelationService |
| 14 | } |
| 15 | |
| 16 | func (r *RelationHandler) RegisterRoutes(server *gin.Engine) { |
| 17 | relationGroup := server.Group("/api/relations") |
nothing calls this directly
no outgoing calls
no test coverage detected