| 1098 | } |
| 1099 | |
| 1100 | type Detail struct { |
| 1101 | GitConfigContent string `json:"gitConfigContent"` |
| 1102 | IdRsa string `json:"id_rsa"` |
| 1103 | IdRsaPub string `json:"id_rsa_pub"` |
| 1104 | Username string `json:"username"` |
| 1105 | Password string `json:"password"` |
| 1106 | } |
| 1107 | |
| 1108 | type WSPolicyResponse struct { |
| 1109 | Code int `json:"code"` |
nothing calls this directly
no outgoing calls
no test coverage detected