refactor(store): rename plugin

align with plugin naming conventions
pull/52/head
Jonas Kruckenberg 2 years ago
parent c52995ab7c
commit a2afb07029

@ -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

Loading…
Cancel
Save