mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
feat: ticker format, test_utils, Makefile
This commit is contained in:
parent
493ea31661
commit
126005905b
10 changed files with 242 additions and 96 deletions
|
@ -1,4 +1,5 @@
|
|||
use anyhow::{Error, Result};
|
||||
use ark_invest_api_rust_data::{util::ticker::Ticker, *};
|
||||
use clokwerk::{AsyncScheduler, Job, TimeUnits};
|
||||
use futures::future::join_all;
|
||||
use lazy_static::lazy_static;
|
||||
|
@ -11,10 +12,6 @@ use strum::IntoEnumIterator;
|
|||
use tokio::task;
|
||||
use tokio::time::Duration;
|
||||
|
||||
mod util;
|
||||
use util::ticker::Ticker;
|
||||
use util::*;
|
||||
|
||||
lazy_static! {
|
||||
static ref SOURCE: Source = match env::var("ARK_SOURCE") {
|
||||
Ok(val) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue