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

Struct imlServiceDiff

module/service-diff/iml.go:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type imlServiceDiff struct {
23 apiService api.IAPIService `autowired:""`
24 serviceService service.IServiceService `autowired:""`
25 apiDocService api_doc.IAPIDocService `autowired:""`
26 upstreamService upstream.IUpstreamService `autowired:""`
27 releaseService release.IReleaseService `autowired:""`
28 strategyService strategy.IStrategyService `autowired:""`
29 clusterService cluster.IClusterService `autowired:""`
30}
31
32func (m *imlServiceDiff) Diff(ctx context.Context, serviceId string, baseRelease, targetRelease string) (*service_diff.Diff, error) {
33 if targetRelease == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected