| 16 | } |
| 17 | |
| 18 | type clientController struct { |
| 19 | clientService service.ClientService |
| 20 | } |
| 21 | |
| 22 | func NewClientController(clientService service.ClientService) ClientController { |
| 23 | return &clientController{ |
nothing calls this directly
no outgoing calls
no test coverage detected