Classes | |
class | AuthGateway |
Functions | |
def | create_client_channel (addr) |
def | main () |
def | send_rpc (channel) |
Variables | |
_LOGGER = logging.getLogger(__name__) | |
string | _SERVER_ADDR_TEMPLATE = 'localhost:%d' |
string | _SIGNATURE_HEADER_KEY = 'x-signature' |
helloworld_pb2 | |
helloworld_pb2_grpc | |
level | |
def customized_auth_client.create_client_channel | ( | addr | ) |
Definition at line 55 of file customized_auth_client.py.
def customized_auth_client.main | ( | ) |
Definition at line 84 of file customized_auth_client.py.
def customized_auth_client.send_rpc | ( | channel | ) |
Definition at line 71 of file customized_auth_client.py.
|
private |
Definition at line 26 of file customized_auth_client.py.
|
private |
Definition at line 29 of file customized_auth_client.py.
|
private |
Definition at line 30 of file customized_auth_client.py.
customized_auth_client.helloworld_pb2 |
Definition at line 23 of file customized_auth_client.py.
customized_auth_client.helloworld_pb2_grpc |
Definition at line 23 of file customized_auth_client.py.
customized_auth_client.level |
Definition at line 98 of file customized_auth_client.py.