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