1 2 3 4 5 6 7 8 9
use serde_json::Value; pub fn default_limit() -> i64 { 100 } pub(crate) fn default_payload() -> Value { serde_json::json!({}) }