MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / imlMonitorStatisticController

Struct imlMonitorStatisticController

controller/monitor/iml.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected