mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-05 16:06:51 +08:00
modified: internal/app/service/process.go
This commit is contained in:
@@ -20,7 +20,6 @@ import (
|
|||||||
|
|
||||||
type Process interface {
|
type Process interface {
|
||||||
ReadCache(ConnectInstance)
|
ReadCache(ConnectInstance)
|
||||||
Kill() error
|
|
||||||
Write(string) error
|
Write(string) error
|
||||||
WriteBytes([]byte) error
|
WriteBytes([]byte) error
|
||||||
readInit()
|
readInit()
|
||||||
|
Reference in New Issue
Block a user