MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Detail

Struct Detail

cli/pkg/common/sshremote.go:1100–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100type 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
1108type WSPolicyResponse struct {
1109 Code int `json:"code"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected