spacegate-kernel 0.1.0-alpha1

Cloud-native-first lightweight API gateway
Documentation
1
2
3
4
5
6
7
8
9
use tardis::basic::result::TardisResult;

mod config;
mod plugin;
mod server;

pub async fn init() -> TardisResult<()> {
    Ok(())
}