PHP WebShell

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

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

// Original file: proto/channelz.proto

import type { Long } from '@grpc/proto-loader';

export interface GetSocketRequest {
  /**
   * socket_id is the identifier of the specific socket to get.
   */
  'socket_id'?: (number | string | Long);
  /**
   * If true, the response will contain only high level information
   * that is inexpensive to obtain. Fields thay may be omitted are
   * documented.
   */
  'summary'?: (boolean);
}

export interface GetSocketRequest__Output {
  /**
   * socket_id is the identifier of the specific socket to get.
   */
  'socket_id': (string);
  /**
   * If true, the response will contain only high level information
   * that is inexpensive to obtain. Fields thay may be omitted are
   * documented.
   */
  'summary': (boolean);
}

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


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