Versions in this module Expand all Collapse all v0 v0.1.1 Apr 18, 2023 Changes in this version + type RunnerHook interface + Name func() string + type RunnerPostrunHook interface + Postrun func() error + type RunnerPrerunHook interface + Prerun func() error + type TaskHook interface + Name func() string + type TaskHookFactory func(logger hclog.Logger, task *proto.Task) TaskHook + type TaskPoststartHook interface + Poststart func(chan struct{}, *TaskPoststartHookRequest) error + type TaskPoststartHookRequest struct + Spec *proto.TaskHandle_Network + type TaskPrestartHook interface + Prestart func(chan struct{}, *TaskPrestartHookRequest) error + type TaskPrestartHookRequest struct