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

Method Diff

module/service-diff/diff.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, baseRelease, targetRelease string)

Source from the content-addressed store, hash-verified

14
15type IServiceDiffModule interface {
16 Diff(ctx context.Context, serviceId string, baseRelease, targetRelease string) (*service_diff.Diff, error)
17 DiffForLatest(ctx context.Context, serviceId string, baseRelease string) (*service_diff.Diff, bool, error)
18 Out(ctx context.Context, diff *service_diff.Diff) (*DiffOut, error)
19}

Callers 2

DetailMethod · 0.65
CheckPublishMethod · 0.65

Implementers 1

imlServiceDiffmodule/service-diff/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected