PHP WebShell

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

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

// Original file: proto/channelz.proto

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

/**
 * ServerRef is a reference to a Server.
 */
export interface ServerRef {
  /**
   * A globally unique identifier for this server.  Must be a positive number.
   */
  'server_id'?: (number | string | Long);
  /**
   * An optional name associated with the server.
   */
  'name'?: (string);
}

/**
 * ServerRef is a reference to a Server.
 */
export interface ServerRef__Output {
  /**
   * A globally unique identifier for this server.  Must be a positive number.
   */
  'server_id': (string);
  /**
   * An optional name associated with the server.
   */
  'name': (string);
}

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


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