Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoServer indicates no running tmus instance was found. ErrNoServer = errors.New("no running tmus instance") // ErrAlreadyRunning indicates a running tmus instance already owns the IPC endpoint. ErrAlreadyRunning = errors.New("tmus instance already running") // ErrNotSupported indicates IPC is not supported on this platform. ErrNotSupported = errors.New("ipc not supported") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.