TaskManager wraps task service client on top of shim manager.
| 128 | |
| 129 | // TaskManager wraps task service client on top of shim manager. |
| 130 | type TaskManager struct { |
| 131 | root string |
| 132 | state string |
| 133 | manager *ShimManager |
| 134 | mounts mount.Manager |
| 135 | } |
| 136 | |
| 137 | // NewTaskManager creates a new task manager instance. |
| 138 | // root is the rootDir of TaskManager plugin to store persistent data |
nothing calls this directly
no outgoing calls
no test coverage detected