mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSourceWithBackend: add internal comment for new method (#26139)
This commit is contained in:
parent
b0fd9f03ca
commit
2b6833d0da
@ -129,6 +129,11 @@ export class DataSourceWithBackend<
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Optionally augment the response before returning the results to the
|
* Optionally augment the response before returning the results to the
|
||||||
|
*
|
||||||
|
* NOTE: this was added in 7.1 for azure, and will be removed in 7.2
|
||||||
|
* when the entire response pipeline is Observable
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
processResponse?(res: DataQueryResponse): Promise<DataQueryResponse>;
|
processResponse?(res: DataQueryResponse): Promise<DataQueryResponse>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user