(fields []string)
| 229 | } |
| 230 | |
| 231 | func (s *Secret) ExportData(fields []string) map[string]interface{} { |
| 232 | return cmdutil.StructExportData(s, fields) |
| 233 | } |
| 234 | |
| 235 | func fmtVisibility(s Secret) string { |
| 236 | switch s.Visibility { |
nothing calls this directly
no test coverage detected