Spaces:
Runtime error
Runtime error
| use serde::Deserialize; | |
| /// The configuration for the custom resource memberlist provider. | |
| /// # Fields | |
| /// - storage_path: The path to use for temporary storage in the segment manager, if needed. | |
| pub(crate) struct SegmentManagerConfig { | |
| pub(crate) storage_path: String, | |
| } | |