(ctx context.Context, serviceId string, baseRelease, targetRelease string)
| 14 | |
| 15 | type 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 | } |
no outgoing calls
no test coverage detected