Added create container grpc method
Signed-off-by: Ilyas Niyazov <i.niyazov@yadro.com>
This commit is contained in:
parent
9a1b5d778b
commit
f8465e5b99
34 changed files with 532 additions and 53 deletions
8
frostfs_sdk/client/models/client_environment.py
Normal file
8
frostfs_sdk/client/models/client_environment.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import grpc
|
||||
from frostfs_sdk.client.models.ecdsa import ECDSA
|
||||
|
||||
|
||||
class ClientEnvironment:
|
||||
def __init__(self, ecdsa: ECDSA, channel: grpc.Channel):
|
||||
self.ecdsa = ecdsa
|
||||
self.channel = channel
|
Loading…
Add table
Add a link
Reference in a new issue