MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / AddGrantRequest

Class AddGrantRequest

atomic-teams/src/types.rs:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501/// `AddOrgGrantRequest` (no serde renames server-side).
502#[derive(Debug, Serialize)]
503pub(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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected