Rename task manager to shim manager

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2021-08-25 17:00:27 -07:00
parent c8e88447ad
commit 2d5d3541e6
5 changed files with 118 additions and 105 deletions

View File

@@ -29,7 +29,7 @@ import (
type process struct {
id string
shim *shim
shim *shimTask
}
func (p *process) ID() string {