Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2020 Changes in this version + func JWTMiddleware(next http.Handler) http.Handler + type ClientInfo struct + type Operation struct + Method string + Stop bool + URL string + type OperationChange struct + Method string + SourceURL string + Stop bool + TargetURL string + type Response struct + Data interface{} + Status int + func (r *Response) SendJson() (int, error) + type Server struct + func NewServer(h av.Handler, rtmpAddr string) *Server + func (s *Server) Serve(l net.Listener) error + func (server *Server) GetLiveStatics(w http.ResponseWriter, req *http.Request)