docs: Replace query module with appropriate documentation
Signed-off-by: Aakash Hemadri <aakashhemadri123@gmail.com>pull/24376/head
parent
9952de57ff
commit
923b6a65b1
|
@ -1,6 +1,6 @@
|
|||
//! Onboarding/Setup
|
||||
//! Query
|
||||
//!
|
||||
//! Initate and start onboarding process of InfluxDB server.
|
||||
//! Query InfluxDB using InfluxQL or Flux Query
|
||||
|
||||
use crate::{Client, Http, RequestError, ReqwestProcessing, Serializing};
|
||||
use reqwest::{Method, StatusCode};
|
||||
|
|
Loading…
Reference in New Issue