(host string, userName string)
| 89 | } |
| 90 | |
| 91 | func GetRemoteByHost(host string, userName string) (remoteInfo *workspace.RemoteInfo, err error) { |
| 92 | return getRemote(0, host, userName) |
| 93 | } |
| 94 | |
| 95 | func RemoveRemote(remoteId int, host string, userName string) error { |
| 96 | db := getDb() |
no test coverage detected