Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPServer ¶
type TCPServer struct {
// contains filtered or unexported fields
}
func NewTCPServer ¶
type UnixServer ¶
type UnixServer struct {
// contains filtered or unexported fields
}
func NewUnixServer ¶
func NewUnixServer(sockFile string) *UnixServer
func (*UnixServer) Serve ¶
func (s *UnixServer) Serve(handler http.Handler)
Click to show internal directories.
Click to hide internal directories.