Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func NewHTTPServer(cfg *config.Config, ps pubsub.PubSub) *HTTPServer
func (*HTTPServer) Serve ¶
func (s *HTTPServer) Serve()
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CloseSession ¶
func (*Server) PublishPubSub ¶
func (s *Server) PublishPubSub(msg interface{})
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶
func (*Session) StartRecording ¶
func (s *Session) StartRecording(e *events.StartRecording) (string, error)
func (*Session) StopRecording ¶
Click to show internal directories.
Click to hide internal directories.