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 @@ import grpc
|
|||
import netaddr
|
||||
from netaddr import EUI, AddrFormatError, IPNetwork
|
||||
|
||||
from core.api.grpc.clientw import CoreGrpcClient
|
||||
from core.api.grpc.client import CoreGrpcClient
|
||||
from core.api.grpc.wrappers import (
|
||||
Geo,
|
||||
Interface,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue