File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def _list_application(self):
202202 )
203203 return response ["Result" ]["Items" ]
204204
205- def _get_application_details (self , app_id : str = None , app_name : str = None ):
205+ def get_application_details (self , app_id : str = None , app_name : str = None ):
206206 if not app_id and not app_name :
207207 raise ValueError ("app_id and app_name cannot be both empty." )
208208 apps = self ._list_application ()
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def _get_vefaas_endpoint(
8282 from veadk .cli .services .vefaas .vefaas import VeFaaS
8383
8484 vefaas_client = VeFaaS (access_key = volcengine_ak , secret_key = volcengine_sk )
85- app = vefaas_client ._get_application_details (
85+ app = vefaas_client .get_application_details (
8686 app_id = self .vefaas_application_id ,
8787 app_name = self .vefaas_application_name ,
8888 )
You can’t perform that action at this time.
0 commit comments