| 605 | } |
| 606 | |
| 607 | type getGraphSaltRequest struct { |
| 608 | GraphUUID string `json:"GraphUUID"` |
| 609 | } |
| 610 | type getGraphSaltResponse struct { |
| 611 | Value string `json:"value"` |
| 612 | ExpiredAt int64 `json:"expired-at"` |
nothing calls this directly
no outgoing calls
no test coverage detected