chore: Reformat
This commit is contained in:
parent
d4762205dc
commit
2358a22d38
3 changed files with 3 additions and 3 deletions
|
@ -77,4 +77,4 @@ pub const ADD_PRE_CHAIN: Endpoint = (reqwest::Method::POST, "/ct/v1/add-pre-chai
|
||||||
///
|
///
|
||||||
/// tree_head_signature: A TreeHeadSignature for the above data.
|
/// tree_head_signature: A TreeHeadSignature for the above data.
|
||||||
/// ```
|
/// ```
|
||||||
pub const GET_STH: Endpoint = (reqwest::Method::GET, "/ct/v1/get-sth");
|
pub const GET_STH: Endpoint = (reqwest::Method::GET, "/ct/v1/get-sth");
|
||||||
|
|
|
@ -78,7 +78,7 @@ impl CtApiClient {
|
||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
|
|
||||||
/// /// Fetches the Signed Tree Head information for the current CT log tree
|
/// Fetches the Signed Tree Head information for the current CT log tree
|
||||||
///
|
///
|
||||||
/// See: [`endpoints::GET_STH`]
|
/// See: [`endpoints::GET_STH`]
|
||||||
///
|
///
|
||||||
|
|
|
@ -23,7 +23,7 @@ pub struct AddChainResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A response given when fetching the Signed Tree Head of a CT log
|
/// A response given when fetching the Signed Tree Head of a CT log
|
||||||
///
|
///
|
||||||
/// See: [`super::endpoints::GET_STH`]
|
/// See: [`super::endpoints::GET_STH`]
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
pub struct GetSthResponse {
|
pub struct GetSthResponse {
|
||||||
|
|
Loading…
Reference in a new issue