24 lines
432 B
Rust
24 lines
432 B
Rust
pub mod agent;
|
|
pub mod auth;
|
|
pub mod chat;
|
|
pub mod dist;
|
|
pub mod error;
|
|
pub mod git;
|
|
pub mod issue;
|
|
pub mod openapi;
|
|
pub mod project;
|
|
pub mod pull_request;
|
|
pub mod robots;
|
|
pub mod room;
|
|
pub mod route;
|
|
pub mod search;
|
|
pub mod sidemap;
|
|
pub mod skill;
|
|
pub mod user;
|
|
|
|
// Auto-generated frontend module (from build.rs) serving embedded dist/ assets
|
|
#[allow(dead_code)]
|
|
mod frontend;
|
|
|
|
pub use error::{ApiError, ApiResponse, api_success};
|