(ctx context.Context, apiId string, input *monitor_dto.CommonInput)
| 31 | ProviderStatistics(ctx context.Context, input *monitor_dto.StatisticInput) ([]*monitor_dto.ServiceStatisticBasicItem, error) |
| 32 | |
| 33 | APITrend(ctx context.Context, apiId string, input *monitor_dto.CommonInput) (*monitor_dto.MonInvokeCountTrend, string, error) |
| 34 | |
| 35 | ProviderTrend(ctx context.Context, providerId string, input *monitor_dto.CommonInput) (*monitor_dto.MonInvokeCountTrend, string, error) |
| 36 |
no outgoing calls
no test coverage detected