feat(control-plane): add libSQL Turso backend
This commit is contained in:
@@ -112,6 +112,17 @@ pub struct WorkspaceRecord {
|
||||
pub revision: i64,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct UpsertWorkspaceInput {
|
||||
pub id: Option<EntityId>,
|
||||
pub owner_user_id: EntityId,
|
||||
pub name: String,
|
||||
pub kind: Option<String>,
|
||||
pub root_uri: String,
|
||||
pub root_path: String,
|
||||
pub source_kind: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct DirectoryGrantRecord {
|
||||
pub id: EntityId,
|
||||
|
||||
Reference in New Issue
Block a user