MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Ping

Method Ping

helper/remote/remote_grpc.pb.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, in *Empty, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

24type TunnelClient interface {
25 InitTunnel(ctx context.Context, opts ...grpc.CallOption) (Tunnel_InitTunnelClient, error)
26 Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
27}
28
29type tunnelClient struct {

Callers 7

StartReverseForwardFunction · 0.95
_Tunnel_Ping_HandlerFunction · 0.65
_Downstream_Ping_HandlerFunction · 0.65
_Upstream_Ping_HandlerFunction · 0.65
PingMethod · 0.65
PingMethod · 0.65
PingMethod · 0.65

Implementers 3

tunnelClienthelper/remote/remote_grpc.pb.go
UnimplementedTunnelServerhelper/remote/remote_grpc.pb.go
tunnelServerhelper/tunnel/server.go

Calls

no outgoing calls

Tested by

no test coverage detected