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

Class AddGrantRequest

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected