| 15 | ) |
| 16 | |
| 17 | type imlMonitorStatisticController struct { |
| 18 | module monitor.IMonitorStatisticModule `autowired:""` |
| 19 | } |
| 20 | |
| 21 | func (i *imlMonitorStatisticController) ChartRestOverview(ctx *gin.Context, start string, end string) (*monitor_dto.ChartRestOverview, error) { |
| 22 | s, e, err := formatTime(start, end) |
nothing calls this directly
no outgoing calls
no test coverage detected