chore: rename data managers to just managers
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use opendal::Operator;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct RenderDataManager {
|
||||
pub struct RenderManager {
|
||||
operator: Operator,
|
||||
}
|
||||
|
||||
impl RenderDataManager {
|
||||
impl RenderManager {
|
||||
pub fn new(operator: Operator) -> Self {
|
||||
Self { operator }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user