From ca7d63be2b2bfdb33e99df05936f5055bd2e2715 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 30 Apr 2021 05:58:35 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20a5cfa?= =?UTF-8?q?3b305b1136ce7c42ac6a60fcad6167aa47d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- guard/api/v1/mcaptcha/fn.get_random.html | 2 +- guard/api/v1/mcaptcha/index.html | 4 +- guard/api/v1/mcaptcha/sidebar-items.js | 2 +- guard/api/v1/mcaptcha/stats/fn.fetched.html | 5 ++ guard/api/v1/mcaptcha/stats/index.html | 6 ++ guard/api/v1/mcaptcha/stats/sidebar-items.js | 1 + .../v1/pow/get_config/fn.init_mcaptcha.html | 2 +- guard/api/v1/pow/get_config/index.html | 2 +- .../get_config/struct.GetConfigPayload.html | 10 +-- .../v1/pow/get_config/struct.PoWConfig.html | 10 +-- .../v1/pow/get_config/struct.get_config.html | 2 +- search-index.js | 2 +- source-files.js | 2 +- src/guard/api/v1/mcaptcha/mod.rs.html | 2 + src/guard/api/v1/mcaptcha/stats.rs.html | 63 +++++++++++++++++++ src/guard/api/v1/pow/get_config.rs.html | 10 ++- 17 files changed, 106 insertions(+), 21 deletions(-) create mode 100644 guard/api/v1/mcaptcha/stats/fn.fetched.html create mode 100644 guard/api/v1/mcaptcha/stats/index.html create mode 100644 guard/api/v1/mcaptcha/stats/sidebar-items.js create mode 100644 src/guard/api/v1/mcaptcha/stats.rs.html diff --git a/guard/all.html b/guard/all.html index 7c6947a5..e484e508 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/fn.get_random.html b/guard/api/v1/mcaptcha/fn.get_random.html index 20a6606e..ebaa736f 100644 --- a/guard/api/v1/mcaptcha/fn.get_random.html +++ b/guard/api/v1/mcaptcha/fn.get_random.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::get_random - Rust

Function guard::api::v1::mcaptcha::get_random[][src]

pub fn get_random(len: usize) -> String
+ Change settings

Function guard::api::v1::mcaptcha::get_random[][src]

pub fn get_random(len: usize) -> String
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/index.html b/guard/api/v1/mcaptcha/index.html index c615a09e..0f54d362 100644 --- a/guard/api/v1/mcaptcha/index.html +++ b/guard/api/v1/mcaptcha/index.html @@ -1,8 +1,8 @@ guard::api::v1::mcaptcha - Rust

Module guard::api::v1::mcaptcha[][src]

Re-exports

+ Change settings

Module guard::api::v1::mcaptcha[][src]

Re-exports

pub use super::auth::is_authenticated;

Modules

-
duration
levels
mcaptcha

Functions

+
duration
levels
mcaptcha
stats

Functions

get_random
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/sidebar-items.js b/guard/api/v1/mcaptcha/sidebar-items.js index 3b6dd30c..67d62af8 100644 --- a/guard/api/v1/mcaptcha/sidebar-items.js +++ b/guard/api/v1/mcaptcha/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["get_random",""]],"mod":[["duration",""],["levels",""],["mcaptcha",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["get_random",""]],"mod":[["duration",""],["levels",""],["mcaptcha",""],["stats",""]]}); \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/stats/fn.fetched.html b/guard/api/v1/mcaptcha/stats/fn.fetched.html new file mode 100644 index 00000000..22156c03 --- /dev/null +++ b/guard/api/v1/mcaptcha/stats/fn.fetched.html @@ -0,0 +1,5 @@ +guard::api::v1::mcaptcha::stats::fetched - Rust + +

Function guard::api::v1::mcaptcha::stats::fetched[][src]

pub async fn fetched(key: &str, db: &PgPool)
+ \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/stats/index.html b/guard/api/v1/mcaptcha/stats/index.html new file mode 100644 index 00000000..6aacc488 --- /dev/null +++ b/guard/api/v1/mcaptcha/stats/index.html @@ -0,0 +1,6 @@ +guard::api::v1::mcaptcha::stats - Rust + +

Module guard::api::v1::mcaptcha::stats[][src]

Functions

+
fetched
+ \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/stats/sidebar-items.js b/guard/api/v1/mcaptcha/stats/sidebar-items.js new file mode 100644 index 00000000..decde8b5 --- /dev/null +++ b/guard/api/v1/mcaptcha/stats/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["fetched",""]]}); \ No newline at end of file diff --git a/guard/api/v1/pow/get_config/fn.init_mcaptcha.html b/guard/api/v1/pow/get_config/fn.init_mcaptcha.html index d2538d7d..91bc2402 100644 --- a/guard/api/v1/pow/get_config/fn.init_mcaptcha.html +++ b/guard/api/v1/pow/get_config/fn.init_mcaptcha.html @@ -1,5 +1,5 @@ guard::api::v1::pow::get_config::init_mcaptcha - Rust

Function guard::api::v1::pow::get_config::init_mcaptcha[][src]

async fn init_mcaptcha(data: &Data, key: &str) -> Result<(), ServiceError>
+ Change settings

Function guard::api::v1::pow::get_config::init_mcaptcha[][src]

async fn init_mcaptcha(data: &Data, key: &str) -> Result<(), ServiceError>
\ No newline at end of file diff --git a/guard/api/v1/pow/get_config/index.html b/guard/api/v1/pow/get_config/index.html index 5fd73110..572ff1e1 100644 --- a/guard/api/v1/pow/get_config/index.html +++ b/guard/api/v1/pow/get_config/index.html @@ -1,7 +1,7 @@ guard::api::v1::pow::get_config - Rust

Module guard::api::v1::pow::get_config[][src]

Structs

+ Change settings

Module guard::api::v1::pow::get_config[][src]

Structs

GetConfigPayload
PoWConfig
get_config

Functions

init_mcaptcha
\ No newline at end of file diff --git a/guard/api/v1/pow/get_config/struct.GetConfigPayload.html b/guard/api/v1/pow/get_config/struct.GetConfigPayload.html index ec1285cd..0e124fd4 100644 --- a/guard/api/v1/pow/get_config/struct.GetConfigPayload.html +++ b/guard/api/v1/pow/get_config/struct.GetConfigPayload.html @@ -1,14 +1,14 @@ guard::api::v1::pow::get_config::GetConfigPayload - Rust

Struct guard::api::v1::pow::get_config::GetConfigPayload[][src]

pub struct GetConfigPayload {
+                Change settings

Struct guard::api::v1::pow::get_config::GetConfigPayload[][src]

pub struct GetConfigPayload {
     pub key: String,
 }

- Fields

key: String

Trait Implementations

impl Clone for GetConfigPayload[src]