| 501 | /// `AddOrgGrantRequest` (no serde renames server-side). |
| 502 | #[derive(Debug, Serialize)] |
| 503 | pub(crate) struct AddGrantRequest { |
| 504 | pub subject_type: GrantSubjectType, |
| 505 | pub subject_id: Uuid, |
| 506 | pub relation: GrantRelation, |
| 507 | } |
| 508 | |
| 509 | /// Body for claiming a domain. |
| 510 | #[derive(Debug, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected