(err error)
| 271 | } |
| 272 | |
| 273 | func sshConfigErr(err error) error { |
| 274 | return &errs.Error{ |
| 275 | Err: err, |
| 276 | Msg: "There is a problem with your step configuration. Please run 'step ssh config'.", |
| 277 | } |
| 278 | } |
| 279 | |
| 280 | func contactAdminErr(err error) error { |
| 281 | return &errs.Error{ |
no outgoing calls
no test coverage detected
searching dependent graphs…