Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendSchemaHeader ¶ added in v0.1.0
func GetCacheDir ¶
Types ¶
type ProcessManager ¶
type ProcessManager struct {
// contains filtered or unexported fields
}
func GetProcessManager ¶
func GetProcessManager() *ProcessManager
func (*ProcessManager) DeleteProcessId ¶
func (pm *ProcessManager) DeleteProcessId(name string) error
func (*ProcessManager) GetProcessId ¶
func (pm *ProcessManager) GetProcessId(name string) (int, error)
func (*ProcessManager) SaveProcessId ¶
func (pm *ProcessManager) SaveProcessId(name string, pid int) error
Click to show internal directories.
Click to hide internal directories.