Client returns the underlying TTRPC or GRPC client object for this shim. The underlying object can be either *ttrpc.Client or grpc.ClientConnInterface.
()
| 197 | // Client returns the underlying TTRPC or GRPC client object for this shim. |
| 198 | // The underlying object can be either *ttrpc.Client or grpc.ClientConnInterface. |
| 199 | Client() any |
| 200 | // Delete will close the client and remove bundle from disk. |
| 201 | Delete(ctx context.Context) error |
| 202 | // Endpoint returns shim's endpoint information, |
no outgoing calls