refactor(store): rename plugin

align with plugin naming conventions
This commit is contained in:
Jonas Kruckenberg
2023-01-06 14:24:11 +01:00
parent c52995ab7c
commit a2afb07029
+2 -2
View File
@@ -244,12 +244,12 @@ async fn save<R: Runtime>(
}
#[derive(Default)]
pub struct PluginBuilder {
pub struct Builder {
stores: HashMap<PathBuf, Store>,
frozen: bool,
}
impl PluginBuilder {
impl Builder {
/// Registers a store with the plugin.
///
/// # Examples