docs: Replace query module with appropriate documentation

Signed-off-by: Aakash Hemadri <aakashhemadri123@gmail.com>
pull/24376/head
Aakash Hemadri 2021-04-02 10:38:48 +05:30
parent 9952de57ff
commit 923b6a65b1
No known key found for this signature in database
GPG Key ID: 16DDD8A27920964C
1 changed files with 2 additions and 2 deletions

View File

@ -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};