Docs.rs
  • ddd_dapr-1.1.0
    • ddd_dapr 1.1.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • tdcare
    • Dependencies
      • async-std ^1.12.0 normal
      • async-trait ^0.1.59 normal
      • base64ct ^1.5.3 normal
      • chrono ^0.4.23 normal
      • ddd_dapr_derive ^1.0.0 normal
      • deadpool-runtime ^0.1.2 normal
      • fast_log ^1.5.47 normal
      • fastdate ^0.1.30 normal
      • futures ^0.3.25 normal
      • jsonwebtoken ^7.2.0 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.17 normal
      • rbatis ^4.1.0 normal
      • rbdc ^4.1.5 normal
      • rbdc-mysql ^4.1.0 normal
      • rbs ^4.1.1 normal
      • redis ^0.22.1 normal
      • salvo ^0.37.4 normal
      • serde ^1.0.148 normal
      • serde_json ^1.0.89 normal
      • serde_yaml ^0.9.14 normal
      • sha2 ^0.10.6 normal
      • surf ^2.1.0 normal
      • tokio ^1.22.0 normal
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.16 normal
      • uuid ^1.2.2 normal
      • once_cell ^1.12.0 dev
    • Versions
    • 18.1% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate ddd_dapr

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • auth::jwt::JWTToken
  • auth::jwt::Key
  • auth::jwt::KeyCloakAccessToken
  • auth::jwt::Keys
  • auth::salvo_auth
  • cache::CacheService
  • cache::MemService
  • cache::RedisService
  • config::CONTEXT
  • config::REMOTE_TOKEN
  • config::SERVICE_STATUS
  • config::app_config::ApplicationConfig
  • config::app_context::ApplicationContext
  • config::app_context::RemoteToken
  • dapr::cloud_event::CloudEvent
  • dapr::dapr_sub::dapr_sub
  • dapr::pubsub::DaprRoute
  • dapr::pubsub::DaprTopicSubscription
  • dapr::pubsub::Rule
  • ddd::message::Headers
  • ddd::message::Message
  • ddd::message::MessageImpl
  • util::RespVO
  • util::ResultDTO
  • util::condition::ConditionTree

Enums

  • error::Error

Traits

  • cache::ICacheService
  • dapr::client::DaprClient
  • ddd::aggregate::AggregateType
  • ddd::aggregate::InitializeAggregate
  • ddd::aggregate::WithAggregateId
  • ddd::event::DomainEvent

Macros

  • config_gateway
  • copy
  • pool
  • tx_defer

Functions

  • auth::check_auth
  • auth::checked_token
  • auth::is_white_list_api
  • auth::jwt::get_keycloak_keys
  • auth::jwt::get_temp_access_token
  • config::log_config::init_log
  • config::log_config::str_to_tracing_log_level
  • ddd::DomainEventPublisher::buildGenericMessage
  • ddd::DomainEventPublisher::buildMessage
  • ddd::DomainEventPublisher::publish
  • ddd::DomainEventPublisher::publishGenericDomainEvent
  • k8s::k8s_health_check
  • util::condition::obj_test

Type Definitions

  • Result
  • ddd::aggregate::AggregateIdOf

Constants

  • util::CODE_FAIL
  • util::CODE_FAIL_I32
  • util::CODE_SUCCESS
  • util::CODE_SUCCESS_I32