Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jayhuang75/5d19faffa3d60b9bd86ee453c3bd8d25 to your computer and use it in GitHub Desktop.
Save jayhuang75/5d19faffa3d60b9bd86ee453c3bd8d25 to your computer and use it in GitHub Desktop.
rust_serverless_trading_view_processor_struct
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