Documentation
¶
Overview ¶
Package implements an internal mechanism to communicate with an impress terminal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerSocket ¶
type ServerSocket struct {
// contains filtered or unexported fields
}
func New ¶
func New() *ServerSocket
func (*ServerSocket) Close ¶
func (s *ServerSocket) Close() error
func (*ServerSocket) ServeHTTP ¶ added in v1.0.6
func (s *ServerSocket) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.