Created
September 18, 2022 23:40
-
-
Save jayhuang75/5d19faffa3d60b9bd86ee453c3bd8d25 to your computer and use it in GitHub Desktop.
rust_serverless_trading_view_processor_struct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pub struct Proccessor { | |
pub url: String, | |
pub data: Option<Vec<Value>>, | |
pub alert: AppAlert, | |
pub db: AppDB, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment