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(socketPath string) (*UnixSocketServer, error)
func (*UnixSocketServer) Close ¶
func (s *UnixSocketServer) Close() error
func (*UnixSocketServer) Commands ¶
func (s *UnixSocketServer) Commands() []string
func (*UnixSocketServer) ListenAndServe ¶
func (s *UnixSocketServer) ListenAndServe()
Click to show internal directories.
Click to hide internal directories.