Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStartingRecordingSession = errors.New("failed to start recording session")
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 NewUnixSocketServerWithDefaultPath ¶ added in v0.7.3
func NewUnixSocketServerWithDefaultPath() (*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()
func (*UnixSocketServer) SocketPath ¶ added in v0.7.3
func (s *UnixSocketServer) SocketPath() string
Click to show internal directories.
Click to hide internal directories.