forked from ghe0/brain-mock
rename create_app BrainAppCli grpc call to deploy_app
This commit is contained in:
parent
ddbde12f42
commit
1fa37a0bb9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -420,7 +420,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "detee-shared"
|
||||
version = "0.1.0"
|
||||
source = "git+ssh://git@gitea.detee.cloud/noormohammedb/detee-shared?branch=stable_01#a734b392b7dba31693337b5a806d30cc9b8cd967"
|
||||
source = "git+ssh://git@gitea.detee.cloud/noormohammedb/detee-shared?branch=stable_01#8230e1f831d0f88fe5203646e323bf215a825574"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"prost",
|
||||
|
@ -458,7 +458,7 @@ trait PubkeyGetter {
|
||||
impl BrainAppCli for BrainAppCliMock {
|
||||
type ListAppContractsStream = Pin<Box<dyn Stream<Item = Result<AppContract, Status>> + Send>>;
|
||||
|
||||
async fn create_app(
|
||||
async fn deploy_app(
|
||||
&self,
|
||||
req: tonic::Request<NewAppReq>,
|
||||
) -> Result<tonic::Response<NewAppRes>, Status> {
|
||||
|
Loading…
Reference in New Issue
Block a user