mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 17:08:10 -07:00
global: snapshot
This commit is contained in:
@@ -13,7 +13,7 @@ use quick_cache::sync::Cache;
|
||||
use serde::Serialize;
|
||||
|
||||
use crate::{
|
||||
CacheParams, CacheStrategy,
|
||||
CacheParams, CacheStrategy, WebsiteSource,
|
||||
extended::{ResponseExtended, ResultExtended},
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ pub struct AppState {
|
||||
#[deref]
|
||||
pub query: AsyncQuery,
|
||||
pub data_path: PathBuf,
|
||||
pub files_path: Option<PathBuf>,
|
||||
pub website: WebsiteSource,
|
||||
pub cache: Arc<Cache<String, Bytes>>,
|
||||
pub client: Client,
|
||||
pub started_at: Timestamp,
|
||||
|
||||
Reference in New Issue
Block a user