| 69 | } |
| 70 | |
| 71 | type sshAuthClient struct { |
| 72 | os config.Environment |
| 73 | git config.Environment |
| 74 | } |
| 75 | |
| 76 | func (c *sshAuthClient) Resolve(e Endpoint, method string) (sshAuthResponse, error) { |
| 77 | res := sshAuthResponse{} |
nothing calls this directly
no outgoing calls
no test coverage detected