| 633 | } |
| 634 | |
| 635 | type uploadGraphEncryptKeysRequest struct { |
| 636 | EncryptedPrivateKey string `json:"encrypted-private-key"` |
| 637 | GraphUUID string `json:"GraphUUID"` |
| 638 | PublicKey string `json:"public-key"` |
| 639 | } |
| 640 | |
| 641 | type uploadGraphEncryptKeysResponse struct{} |
| 642 |
nothing calls this directly
no outgoing calls
no test coverage detected