| 546 | } |
| 547 | |
| 548 | type getGraphEncryptKeysRequest struct { |
| 549 | GraphUUID string `json:"GraphUUID"` |
| 550 | } |
| 551 | type getGraphEncryptKeysResponse struct { |
| 552 | PublicKey string `json:"public-key"` |
| 553 | EncryptedPrivateKey string `json:"encrypted-private-key"` |
nothing calls this directly
no outgoing calls
no test coverage detected