diff --git a/src/maple/transitland_download.rs b/src/maple/transitland_download.rs index 8186d22f..1486ce60 100644 --- a/src/maple/transitland_download.rs +++ b/src/maple/transitland_download.rs @@ -46,12 +46,12 @@ pub struct DownloadedFeedsInformation { #[derive(Debug, Clone)] pub struct StaticPassword { - onestop_feed_id: String, - passwords: Option>, - header_auth_key: Option, + pub onestop_feed_id: String, + pub passwords: Option>, + pub header_auth_key: Option, // this would be "Bearer" so the header would insert Authorization: Bearer {key} - header_auth_value_prefix: Option, - url_auth_key: Option + pub header_auth_value_prefix: Option, + pub url_auth_key: Option } // This is an efficient method to scan all static ingests and only insert what is new.