Documentation ¶
Index ¶
Constants ¶
View Source
const ( MobileGateProxy = string("mobile_gate_proxy") AlexaGateProxy = string("alexa_gate_proxy") )
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, adaptors *adaptors.Adaptors) (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()
type StreamRequestModel ¶
Click to show internal directories.
Click to hide internal directories.