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]