PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@grpc/grpc-js/build/src/generated/grpc/channelz/v1

Просмотр файла: SocketRef.d.ts

import type { Long } from '@grpc/proto-loader';
/**
 * SocketRef is a reference to a Socket.
 */
export interface SocketRef {
    /**
     * The globally unique id for this socket.  Must be a positive number.
     */
    'socket_id'?: (number | string | Long);
    /**
     * An optional name associated with the socket.
     */
    'name'?: (string);
}
/**
 * SocketRef is a reference to a Socket.
 */
export interface SocketRef__Output {
    /**
     * The globally unique id for this socket.  Must be a positive number.
     */
    'socket_id': (string);
    /**
     * An optional name associated with the socket.
     */
    'name': (string);
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!