Documentation ¶
Index ¶
Constants ¶
View Source
const ( ON_CONNECTION = "connection" ON_DISCONNECTION = "disconnection" ON_ERROR = "error" OUTPUT_EVENT = "output" INPUT_EVENT = "input" RESIZE_EVENT = "resize" COMMAND_QUERY = "command" ARGS_QUERY = "args" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionServer ¶
type ConnectionServer struct { }
func NewConnectionServer ¶
func NewConnectionServer() *ConnectionServer
func (*ConnectionServer) ServeHTTP ¶
func (s *ConnectionServer) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.