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 Option ¶ added in v0.7.6
type Option func(*UnixSocketServer)
func WithCommandRecordedHook ¶ added in v0.7.6
type UnixSocketServer ¶
type UnixSocketServer struct {
// contains filtered or unexported fields
}
func NewUnixSocketServer ¶
func NewUnixSocketServer(socketPath string, opts ...Option) (*UnixSocketServer, error)
func NewUnixSocketServerWithDefaultPath ¶ added in v0.7.3
func NewUnixSocketServerWithDefaultPath(opts ...Option) (*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.