mirror of
https://github.com/bcicen/ctop.git
synced 2026-01-21 13:46:42 +08:00
Exec using API
This commit is contained in:
@@ -29,3 +29,7 @@ func (rc *Runc) Unpause() error {
|
||||
func (rc *Runc) Restart() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (rc *Runc) Exec(cmd []string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user