MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlPublishModule

Struct imlPublishModule

module/publish/iml.go:57–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55)
56
57type 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
72func (i *imlPublishModule) OnInit() {
73 register.Handle(func(v server.Server) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected