Macros§
- error
- impl From<&str> for ChimesError {
fn from(e: &str) -> Self {
Self::msg(e)
}
}
impl From
for ChimesError { fn from(e: String) -> Self { Self::msg(e) } } impl From<::std::io::Error> for ChimesError { fn from(e: ::std::io::Error) -> Self { Self { kind: ErrorKind::Io(e), source: None, } } }
Structs§
- APP_
DATA - ApiResult
- AppConfig
- CUSTOM_
PERFORMANCE_ COUNTER - Chimes
Client - 请求客户端
- Chimes
Error - The WechatError type
- Chimes
Performance Info - Chimes
WebSocket Client - Common
Search - Custom
Counter - Custom
Counter Info - Database
Config - Dummy
- Dynamic
Wrapper - The packing/Wrapper of the SQL SQL passed into the Wrapper keep the keyword uppercase
- Email
Body - Email
Sending Queue - Email
Server Config - FUNCTION_
TRANSLATE_ DICT - Face
DbConfig - Gateway
Proxy Info - Gateway
Proxy Management - Gateway
Register Info - HANDLER_
FUNC_ REGISTRY - Health
Check Info - MAP_
GATEWAY_ PROXY - MPTemplate
Message - Multiple
Database Intercepter - Process
Queue - Process
Task - Redis
Config - Redis
Connection Manager - Redis
Pool Config - Search
Field - Tokio
Access Token - Access Token对象
- Tokio
Token - Token信息
- Translation
- Uniform
Message - Value
Paire - WECHAT_
CONFIG_ CACHES_ ATT - Weapp
Template Message - WebServer
Config - Wechat
Config - 微信sdk配置
- Wechat
Error - The WechatError type
Enums§
Constants§
Statics§
Traits§
Functions§
- bool_
from_ str - build_
health_ info - build_
register_ info - calc_
file_ hash - config_
task_ queue_ max_ tasks - config_
task_ queue_ wait_ timeout - count_
queue_ tasks - current_
timestamp - current_
timestamp_ secs - 获取当前时间戮
- custom_
performance_ counter_ add - custom_
performance_ counter_ increase - custom_
performance_ counter_ reset - datetime_
diff - datetime_
to_ date - decimal_
add - decimal_
compare - decimal_
mult_ decimal - decimal_
plus_ decimal - decimal_
to_ f32 - decimal_
to_ f64 - f32_
from_ str - f32_
to_ decimal - f64_
from_ str - f64_
to_ decimal - f64_
to_ decimal_ v2 - file_
size_ format - format_
date_ string - gen_
redis_ conn_ pool - generate_
rand_ numberstring - generate_
rand_ string - generate_
rand_ string_ v2 - get_
custom_ performance_ counter - get_
date_ string - get_
email_ queue - get_
hash_ value - get_
local_ timestamp - get_
multiple_ rbatis - get_
multiple_ rbatis_ async - get_
rbatis - get_
redis_ connection - get_
task_ queue - get_
translate_ dict_ fn - get_
url_ encode - get_
url_ encode2 - ggp_
add_ health_ check_ task - ggp_
delay_ register - ggp_
health_ check - Global Gateway Proxy Server 代理服务器的健康检查 时不时的向代理服务器自己的健康情况
- ggp_
register_ proxy - Global Gateway Proxy Server 向代理服务器进行注册 或向Gateway进行注册
- global_
app_ data_ get - global_
app_ data_ insert - global_
app_ data_ insert_ with_ expire - global_
app_ data_ remove - global_
app_ data_ resizing - 当这个APP_DATA的大小太大了后,就需要进行resizing操作
- i32_
from_ str - i64_
from_ str - init_
global_ redis - int_
to_ decimal - json_
decode - make_
decimal_ negative - notify_
queue_ process - num_
to_ string - num_
to_ string_ v2 - number_
to_ string - parse_
query - parse_
query_ as_ value - pure_
datetime_ to_ date - queue_
registry_ handler - rbatis_
compatible_ sql - 根据数据库类型来产生,对应的兼容的SQL查询语句 原始参考SQL是MySQL 如目标数据库类型是PostgreSQL,就将其转换成为$1这样的参数
- redis_
del - redis_
get - redis_
set - redis_
set_ expire - reload_
translate_ dicts - rsa_
decrypt_ by_ private_ key - rsa_
encrypt_ by_ public_ key - script_
eval - set_
file_ permission - set_
translate_ dict_ fn - start_
email_ queue_ thread - start_
task_ queue_ thread - stop_
email_ queue_ thread - stop_
task_ queue_ thread - task_
queue_ is_ full - template_
eval - text_
insert_ br - translate_
dict - u64_
from_ str - write_
file