| 574 | } |
| 575 | |
| 576 | type createGraphSaltRequest struct { |
| 577 | GraphUUID string `json:"GraphUUID"` |
| 578 | } |
| 579 | type createGraphSaltResponse struct { |
| 580 | Value string `json:"value"` |
| 581 | ExpiredAt int64 `json:"expired-at"` |
nothing calls this directly
no outgoing calls
no test coverage detected