Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RendezvousServer ¶
type RendezvousServer struct { pb.UnimplementedRendezvousServiceServer // contains filtered or unexported fields }
func NewRendezvousServer ¶
func NewRendezvousServer() *RendezvousServer
func (*RendezvousServer) Dial ¶
func (s *RendezvousServer) Dial(ctx context.Context, req *pb.DialRequest) (*pb.DialResponse, error)
func (*RendezvousServer) Listen ¶
func (s *RendezvousServer) Listen(req *pb.ListenRequest, stream pb.RendezvousService_ListenServer) error
func (*RendezvousServer) Stream ¶
func (s *RendezvousServer) Stream(stream pb.RendezvousService_StreamServer) error
Click to show internal directories.
Click to hide internal directories.