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

Class AddGrantRequest

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

Source from the content-addressed store, hash-verified

405#[derive(Debug, Serialize)]
406#[serde(rename_all = "camelCase")]
407pub(crate) struct AddGrantRequest {
408 pub subject_type: GrantSubjectType,
409 #[serde(skip_serializing_if = "Option::is_none")]
410 pub subject_id: Option<Uuid>,
411 pub relation: GrantRelation,
412}
413
414/// Body for revoking a grant.
415#[derive(Debug, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected