mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
refactor(store): rename plugin
align with plugin naming conventions
This commit is contained in:
@@ -244,12 +244,12 @@ async fn save<R: Runtime>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct PluginBuilder {
|
pub struct Builder {
|
||||||
stores: HashMap<PathBuf, Store>,
|
stores: HashMap<PathBuf, Store>,
|
||||||
frozen: bool,
|
frozen: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl PluginBuilder {
|
impl Builder {
|
||||||
/// Registers a store with the plugin.
|
/// Registers a store with the plugin.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user