(ctx context.Context, diff *service_diff.Diff)
| 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 | |
| 21 | func init() { |
no outgoing calls
no test coverage detected