mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-04 15:42:44 +08:00
modified: internal/app/service/process.go
This commit is contained in:
@@ -29,7 +29,6 @@ type Process interface {
|
||||
initCgroup()
|
||||
Start() error
|
||||
Type() constants.TerminalType
|
||||
Wait() (*os.ProcessState, error)
|
||||
SetTerminalSize(int, int)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user