| 55 | ) |
| 56 | |
| 57 | type imlPublishModule struct { |
| 58 | projectDiffModule serviceDiff.IServiceDiffModule `autowired:""` |
| 59 | releaseModule releaseModule.IReleaseModule `autowired:""` |
| 60 | publishService publish.IPublishService `autowired:""` |
| 61 | apiService api.IAPIService `autowired:""` |
| 62 | apiDocService api_doc.IAPIDocService `autowired:""` |
| 63 | upstreamService upstream.IUpstreamService `autowired:""` |
| 64 | strategyService strategy.IStrategyService `autowired:""` |
| 65 | releaseService release.IReleaseService `autowired:""` |
| 66 | clusterService cluster.IClusterService `autowired:""` |
| 67 | serviceService service.IServiceService `autowired:""` |
| 68 | serviceOverviewService service_overview.IOverviewService `autowired:""` |
| 69 | transaction store.ITransaction `autowired:""` |
| 70 | } |
| 71 | |
| 72 | func (i *imlPublishModule) OnInit() { |
| 73 | register.Handle(func(v server.Server) { |
nothing calls this directly
no outgoing calls
no test coverage detected