sync from monorepo @ 2452e92e
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//! Plugin system types (scaffolding).
|
||||
//! Defines plugin definitions and assignments for connectors and sessions.
|
||||
//! The runtime execution layer is not yet implemented.
|
||||
|
||||
mod definition;
|
||||
|
||||
pub use definition::{PluginAssignment, PluginDefinition, PluginKind, ProjectAssignment};
|
||||
Reference in New Issue
Block a user