Refactor all of the tls

This commit is contained in:
Lucio Franco
2019-09-24 14:32:16 -04:00
parent ffba9ef6d2
commit 60c9629630
19 changed files with 376 additions and 322 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use tonic::{Request, Response, Server, Status};
use tonic::{transport::Server, Request, Response, Status};
pub mod hello_world {
include!(concat!(env!("OUT_DIR"), "/helloworld.rs"));