make func pub
This commit is contained in:
@@ -7,6 +7,7 @@ use redis::AsyncCommands;
|
||||
use thiserror::Error;
|
||||
|
||||
mod builder;
|
||||
pub use builder::JobBuilder;
|
||||
|
||||
/// Redis namespace prefix for all Hero job-related keys
|
||||
pub const NAMESPACE_PREFIX: &str = "hero:job:";
|
||||
|
Reference in New Issue
Block a user