(ui cli.Ui, secret *api.Secret)
| 30 | } |
| 31 | |
| 32 | func OutputSecret(ui cli.Ui, secret *api.Secret) int { |
| 33 | return outputWithFormat(ui, secret, secret) |
| 34 | } |
| 35 | |
| 36 | func OutputList(ui cli.Ui, data interface{}) int { |
| 37 | switch data := data.(type) { |
no test coverage detected
searching dependent graphs…