| 14 | } |
| 15 | |
| 16 | type authKeyController struct { |
| 17 | authKeyService service.AuthKeyService |
| 18 | } |
| 19 | |
| 20 | func NewAuthKeyController(authKeyService service.AuthKeyService) AuthKeyController { |
| 21 | return &authKeyController{authKeyService: authKeyService} |
nothing calls this directly
no outgoing calls
no test coverage detected