Skip to content

Commit

Permalink
misc: remove model used for external provisioner reqs (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Jun 6, 2024
1 parent 7832610 commit 36fc318
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backends/src/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ pub struct ResourceRequest {
/// The resource input returned from the runtime::load call.
pub resources: Vec<Vec<u8>>,
}

/// Used to request the provisioning or deletion of a shared DB from the provisioner service.
#[derive(Deserialize, Serialize)]
pub struct SharedDbRequest {
pub db_name: String,
pub role_name: String,
}

0 comments on commit 36fc318

Please sign in to comment.