grpc_gateway 0.1.4

A GRPC Gateway which handle the http request and convert into GRPC
Documentation
1
2
3
4
5
#[allow(Debug, clone)]
pub enum ServiceStatus {
    Enable,
    Disable,
}