| 474 | /// `AddOrgGrantRequest` (no serde renames server-side). |
| 475 | #[derive(Debug, Serialize)] |
| 476 | pub(crate) struct AddGrantRequest { |
| 477 | pub subject_type: GrantSubjectType, |
| 478 | pub subject_id: Uuid, |
| 479 | pub relation: GrantRelation, |
| 480 | } |
| 481 | |
| 482 | /// Body for claiming a domain. |
| 483 | #[derive(Debug, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected