MCPcopy
hub / github.com/deepstreamIO/deepstream.io / E2EClient

Interface E2EClient

test-e2e/framework/client-handler.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Message } from '../../src/constants'
4
5export interface E2EClient {
6 name: string,
7 client: DeepstreamClient,
8 [index: string]: any
9}
10
11const clients: { [index: string]: E2EClient } = {}
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected