(remoteId int)
| 85 | } |
| 86 | |
| 87 | func GetRemoteById(remoteId int) (remoteInfo *workspace.RemoteInfo, err error) { |
| 88 | return getRemote(remoteId, "", "") |
| 89 | } |
| 90 | |
| 91 | func GetRemoteByHost(host string, userName string) (remoteInfo *workspace.RemoteInfo, err error) { |
| 92 | return getRemote(0, host, userName) |
no test coverage detected