/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
@grpc
/
grpc-js
/
src
/
generated
/
grpc
/
channelz
/
v1
/
/var/www/greso.tech/server/nsm/node_modules/@grpc/grpc-js/src/generated/grpc/channelz/v1
mkdir
upload
Name
Size
Mode
Actions
Address.ts
2366
0644
edit
dl
rm
Channel.ts
2840
0644
edit
dl
rm
ChannelConnectivityState.ts
1226
0644
edit
dl
rm
ChannelData.ts
2667
0644
edit
dl
rm
ChannelRef.ts
672
0644
edit
dl
rm
ChannelTrace.ts
1648
0644
edit
dl
rm
ChannelTraceEvent.ts
3068
0644
edit
dl
rm
Channelz.ts
17450
0644
edit
dl
rm
GetChannelRequest.ts
401
0644
edit
dl
rm
GetChannelResponse.ts
600
0644
edit
dl
rm
GetServerRequest.ts
393
0644
edit
dl
rm
GetServerResponse.ts
585
0644
edit
dl
rm
GetServerSocketsRequest.ts
1381
0644
edit
dl
rm
GetServerSocketsResponse.ts
1203
0644
edit
dl
rm
GetServersRequest.ts
1302
0644
edit
dl
rm
GetServersResponse.ts
1154
0644
edit
dl
rm
GetSocketRequest.ts
770
0644
edit
dl
rm
GetSocketResponse.ts
585
0644
edit
dl
rm
GetSubchannelRequest.ts
425
0644
edit
dl
rm
GetSubchannelResponse.ts
645
0644
edit
dl
rm
GetTopChannelsRequest.ts
1320
0644
edit
dl
rm
GetTopChannelsResponse.ts
1177
0644
edit
dl
rm
Security.ts
2348
0644
edit
dl
rm
Server.ts
1597
0644
edit
dl
rm
ServerData.ts
1845
0644
edit
dl
rm
ServerRef.ts
672
0644
edit
dl
rm
Socket.ts
2356
0644
edit
dl
rm
SocketData.ts
5834
0644
edit
dl
rm
SocketOption.ts
1431
0644
edit
dl
rm
SocketOptionLinger.ts
865
0644
edit
dl
rm
SocketOptionTcpInfo.ts
2031
0644
edit
dl
rm
SocketOptionTimeout.ts
624
0644
edit
dl
rm
SocketRef.ts
660
0644
edit
dl
rm
Subchannel.ts
2926
0644
edit
dl
rm
SubchannelRef.ts
708
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/@grpc/grpc-js/src/generated/grpc/channelz/v1/Socket.ts
(2356B)
// Original file: proto/channelz.proto import type { SocketRef as _grpc_channelz_v1_SocketRef, SocketRef__Output as _grpc_channelz_v1_SocketRef__Output } from '../../../grpc/channelz/v1/SocketRef'; import type { SocketData as _grpc_channelz_v1_SocketData, SocketData__Output as _grpc_channelz_v1_SocketData__Output } from '../../../grpc/channelz/v1/SocketData'; import type { Address as _grpc_channelz_v1_Address, Address__Output as _grpc_channelz_v1_Address__Output } from '../../../grpc/channelz/v1/Address'; import type { Security as _grpc_channelz_v1_Security, Security__Output as _grpc_channelz_v1_Security__Output } from '../../../grpc/channelz/v1/Security'; /** * Information about an actual connection. Pronounced "sock-ay". */ export interface Socket { /** * The identifier for the Socket. */ 'ref'?: (_grpc_channelz_v1_SocketRef | null); /** * Data specific to this Socket. */ 'data'?: (_grpc_channelz_v1_SocketData | null); /** * The locally bound address. */ 'local'?: (_grpc_channelz_v1_Address | null); /** * The remote bound address. May be absent. */ 'remote'?: (_grpc_channelz_v1_Address | null); /** * Security details for this socket. May be absent if not available, or * there is no security on the socket. */ 'security'?: (_grpc_channelz_v1_Security | null); /** * Optional, represents the name of the remote endpoint, if different than * the original target name. */ 'remote_name'?: (string); } /** * Information about an actual connection. Pronounced "sock-ay". */ export interface Socket__Output { /** * The identifier for the Socket. */ 'ref': (_grpc_channelz_v1_SocketRef__Output | null); /** * Data specific to this Socket. */ 'data': (_grpc_channelz_v1_SocketData__Output | null); /** * The locally bound address. */ 'local': (_grpc_channelz_v1_Address__Output | null); /** * The remote bound address. May be absent. */ 'remote': (_grpc_channelz_v1_Address__Output | null); /** * Security details for this socket. May be absent if not available, or * there is no security on the socket. */ 'security': (_grpc_channelz_v1_Security__Output | null); /** * Optional, represents the name of the remote endpoint, if different than * the original target name. */ 'remote_name': (string); }
Save
cmd:
run