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

Method DiffForLatest

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

Source from the content-addressed store, hash-verified

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}
20

Callers 3

PreviewMethod · 0.65
ApplyMethod · 0.65
CheckPublishMethod · 0.65

Implementers 1

imlServiceDiffmodule/service-diff/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected