spacegate-kernel 0.1.0-alpha1

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

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