Skip to content

Commit

Permalink
chore: remove outdated commented fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Sep 19, 2024
1 parent f774fc7 commit 74cdde9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions crates/grafana-plugin-sdk/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1093,23 +1093,6 @@ where
///
/// This may be `None` if the request does not target a plugin instance.
pub instance_settings: Option<IS>,
// /// The configured app instance settings.
// ///
// /// An app instance is an app plugin of a certain type that has been configured
// /// and enabled in a Grafana organisation.
// ///
// /// This will be `None` if the request does not target an app instance.
// pub app_instance_settings: Option<AppInstanceSettings<JsonData, SecureJsonData>>,

// /// The configured datasource instance settings.
// ///
// /// A datasource instance is a datasource plugin of a certain type that has been configured
// /// and created in a Grafana organisation. For example, the 'datasource' may be
// /// the Prometheus datasource plugin, and there may be many configured Prometheus
// /// datasource instances configured in a Grafana organisation.
// ///
// /// This will be `None` if the request does not target a datasource instance.
// pub datasource_instance_settings: Option<DataSourceInstanceSettings<JsonData, SecureJsonData>>,
_json_data: PhantomData<JsonData>,
_secure_json_data: PhantomData<SecureJsonData>,
}
Expand Down

0 comments on commit 74cdde9

Please sign in to comment.