Loading edgecloud/clients/piedge/client.py +1 −1 Original line number Diff line number Diff line # Mocked API for testing purposes from typing import Dict, List, Optional from edgecloud_interface import EdgeApplicationManagementInterface from edgecloud.core.edgecloud_interface import EdgeApplicationManagementInterface class EdgeApplicationManager(EdgeApplicationManagementInterface): def onboard_app(self, app_manifest: Dict) -> Dict: Loading Loading
edgecloud/clients/piedge/client.py +1 −1 Original line number Diff line number Diff line # Mocked API for testing purposes from typing import Dict, List, Optional from edgecloud_interface import EdgeApplicationManagementInterface from edgecloud.core.edgecloud_interface import EdgeApplicationManagementInterface class EdgeApplicationManager(EdgeApplicationManagementInterface): def onboard_app(self, app_manifest: Dict) -> Dict: Loading