Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnixSocketServer ¶
type UnixSocketServer struct {
// contains filtered or unexported fields
}
func NewUnixSocketServer ¶
func NewUnixSocketServer() *UnixSocketServer
func (*UnixSocketServer) GetAddress ¶
func (uss *UnixSocketServer) GetAddress() string
func (*UnixSocketServer) RegisterHandler ¶
func (uss *UnixSocketServer) RegisterHandler(path string, handler http.HandlerFunc)
func (*UnixSocketServer) Start ¶
func (uss *UnixSocketServer) Start() error
func (*UnixSocketServer) Stop ¶
func (uss *UnixSocketServer) Stop() error
Click to show internal directories.
Click to hide internal directories.