UnimplementedTunnelServer must be embedded to have forward compatible implementations.
| 85 | |
| 86 | // UnimplementedTunnelServer must be embedded to have forward compatible implementations. |
| 87 | type UnimplementedTunnelServer struct { |
| 88 | } |
| 89 | |
| 90 | func (UnimplementedTunnelServer) InitTunnel(Tunnel_InitTunnelServer) error { |
| 91 | return status.Errorf(codes.Unimplemented, "method InitTunnel not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected