Documentation ¶
Index ¶
- type Server
- func (s *Server) AdminLoop(addr string)
- func (s *Server) BackconnectLoop(addr string)
- func (s *Server) ConnectSession(stream pb.Backconnectd_ConnectSessionServer) error
- func (s *Server) KillSession(ctx context.Context, req *pb.SessionKillRequest) (*pb.Response, error)
- func (s *Server) Subscribe(req *pb.SubscribeRequest, stream pb.Backconnectd_SubscribeServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { pb.UnimplementedBackconnectdServer // contains filtered or unexported fields }
Server stores information about open sessions and loggers
func (*Server) BackconnectLoop ¶
BackconnectLoop starts listener for backconnections
func (*Server) ConnectSession ¶
func (s *Server) ConnectSession(stream pb.Backconnectd_ConnectSessionServer) error
func (*Server) KillSession ¶
func (*Server) Subscribe ¶
func (s *Server) Subscribe(req *pb.SubscribeRequest, stream pb.Backconnectd_SubscribeServer) error
Click to show internal directories.
Click to hide internal directories.