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