Compare commits
1 Commits
82fd32a896
...
d10fc0fd18
Author | SHA1 | Date | |
---|---|---|---|
d10fc0fd18 |
@ -5,6 +5,7 @@ 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,6 +13,7 @@ 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