1
2
3
4
5
pub mod errors;
pub mod processor;
pub mod service;

const IDENT: &str = "index-processor";