(fields []string)
| 54 | } |
| 55 | |
| 56 | func (a authStatus) ExportData(fields []string) map[string]interface{} { |
| 57 | return cmdutil.StructExportData(a, fields) |
| 58 | } |
| 59 | |
| 60 | func (e authEntry) String(cs *iostreams.ColorScheme) string { |
| 61 | var sb strings.Builder |
nothing calls this directly
no test coverage detected