()
| 78 | } |
| 79 | |
| 80 | func (d diffy) Deltas() []gojsondiff.Delta { |
| 81 | return d |
| 82 | } |
| 83 | |
| 84 | func variables(ctx context.Context) (context.Context, []string, map[string]string, error) { |
| 85 | // environment that the ec command line will run with |
no outgoing calls
no test coverage detected