Refactor and prepare to remove MinMaxAvgWaveBins
This commit is contained in:
9
dbconn/src/bincache.rs
Normal file
9
dbconn/src/bincache.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use err::Error;
|
||||
use scylla::Session as ScySession;
|
||||
|
||||
pub async fn search_channel_scylla<BINC>(_scy: &ScySession) -> Result<(), Error>
|
||||
where
|
||||
BINC: Clone,
|
||||
{
|
||||
todo!()
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
pub mod scan;
|
||||
pub mod bincache;
|
||||
pub mod search;
|
||||
pub mod pg {
|
||||
pub use tokio_postgres::{Client, Error};
|
||||
|
||||
Reference in New Issue
Block a user