Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamProxy ¶
type StreamProxy struct {
// contains filtered or unexported fields
}
func NewStreamProxy ¶
func NewStreamProxy(httpsServer *server.Server, streamService *stream.StreamService, graceful *graceful_service.GracefulService) (proxy *StreamProxy)
func (*StreamProxy) DoAction ¶
func (s *StreamProxy) DoAction(client *stream.Client, message stream.Message)
func (*StreamProxy) Shutdown ¶
func (s *StreamProxy) Shutdown()
func (*StreamProxy) Start ¶
func (s *StreamProxy) Start()
Click to show internal directories.
Click to hide internal directories.