grpc: removed old client, refactored wrapped client to be the new standard client, removed old client tests, updated documentation
This commit is contained in:
parent
924e86da2b
commit
15acdaa40f
14 changed files with 698 additions and 3008 deletions
|
@ -15,7 +15,7 @@ from typing import Dict, Tuple
|
|||
import grpc
|
||||
|
||||
from core import utils
|
||||
from core.api.grpc.clientw import CoreGrpcClient
|
||||
from core.api.grpc.client import CoreGrpcClient
|
||||
from core.api.grpc.wrappers import NodeType
|
||||
|
||||
SDT_HOST = "127.0.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue