(cmd *cobra.Command, section string, value any)
| 111 | } |
| 112 | |
| 113 | func writeStatusSection(cmd *cobra.Command, section string, value any) error { |
| 114 | return writeJSONLine(cmd, map[string]any{statusSectionKey: section, section: value}) |
| 115 | } |
| 116 | |
| 117 | func doctorBundle(result DoctorRecord) outputBundle { |
| 118 | return outputBundle{ |
no test coverage detected