This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/server/src/actions/mod.rs
2019-03-05 17:00:01 -08:00

4 lines
64 B
Rust

pub mod user;
pub mod community;
pub mod post;
pub mod comment;