| 14 | var _ IOverviewService = (*imlOverviewService)(nil) |
| 15 | |
| 16 | type imlOverviewService struct { |
| 17 | store service.IOverviewStore `autowired:""` |
| 18 | } |
| 19 | |
| 20 | func genUpdateFields(info *service.Overview, update *Update) { |
| 21 | if update.ApiCount != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected