| 7 | ) |
| 8 | |
| 9 | type imlLogController struct { |
| 10 | module log.ILogModule `autowired:""` |
| 11 | } |
| 12 | |
| 13 | func (c *imlLogController) Save(ctx *gin.Context, driver string, input *log_dto.Save) error { |
| 14 | return c.module.Save(ctx, driver, input) |
nothing calls this directly
no outgoing calls
no test coverage detected