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

Method Out

module/service-diff/diff.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, diff *service_diff.Diff)

Source from the content-addressed store, hash-verified

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
21func init() {

Callers 4

DetailMethod · 0.65
CheckPublishMethod · 0.65
DetailMethod · 0.65
PreviewMethod · 0.65

Implementers 1

imlServiceDiffmodule/service-diff/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected