Compare commits
1 Commits
d10fc0fd18
...
82fd32a896
Author | SHA1 | Date | |
---|---|---|---|
82fd32a896 |
@ -5,7 +5,6 @@ use detee_shared::app_proto::{
|
|||||||
};
|
};
|
||||||
use detee_shared::sgx::types::brain::AppDeployConfig;
|
use detee_shared::sgx::types::brain::AppDeployConfig;
|
||||||
use tokio_stream::StreamExt;
|
use tokio_stream::StreamExt;
|
||||||
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
|
|
||||||
use tonic::transport::Channel;
|
use tonic::transport::Channel;
|
||||||
|
|
||||||
use crate::config::Config;
|
use crate::config::Config;
|
||||||
|
@ -13,7 +13,6 @@ use proto::{
|
|||||||
use tokio_stream::StreamExt;
|
use tokio_stream::StreamExt;
|
||||||
use tonic::metadata::errors::InvalidMetadataValue;
|
use tonic::metadata::errors::InvalidMetadataValue;
|
||||||
use tonic::metadata::AsciiMetadataValue;
|
use tonic::metadata::AsciiMetadataValue;
|
||||||
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
|
|
||||||
use tonic::transport::Channel;
|
use tonic::transport::Channel;
|
||||||
use tonic::Request;
|
use tonic::Request;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user