1000f8a80d
- Add gRPC service modules: auth, channel, channel settings, member, permission - Update protobuf definitions and generated code - Remove immediate/ real-time module (superseded by IM service) - Update etcd discovery and registration - Update cache, error, config, and build infrastructure - Add ADR documentation - Update OpenAPI spec
13 lines
181 B
Rust
13 lines
181 B
Rust
pub mod api;
|
|
pub mod cache;
|
|
pub mod config;
|
|
pub mod error;
|
|
pub mod etcd;
|
|
pub mod grpc;
|
|
pub mod models;
|
|
pub mod pb;
|
|
pub mod queue;
|
|
pub mod service;
|
|
pub mod session;
|
|
pub mod storage;
|