StructuredOutput returns true when the structured JSON output is requested.
()
| 36 | |
| 37 | // StructuredOutput returns true when the structured JSON output is requested. |
| 38 | func (o *Options) StructuredOutput() bool { |
| 39 | return o != nil && o.OutputFormat == "structured" |
| 40 | } |
| 41 | |
| 42 | type OwnershipDiff struct { |
| 43 | OldRelease string |