We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a771ae8 commit 910f308Copy full SHA for 910f308
utils/subprocess/supervisor/interface.go
@@ -7,6 +7,6 @@ import "context"
7
// ISupervisor will run a command and automatically restart it if it exits. Hooks can be used to execute code at
8
// different points in the execution lifecyle. Restarts can be delayed
9
type ISupervisor interface {
10
- // Run will run the supervisor and execute any of the command hooks. If it receives a halting error or the context is cancelled then it will exit
+ // Run will run the supervisor and execute any of the command hooks. If it receives a halting error or the context is cancelled then it will exit
11
Run(ctx context.Context) error
12
}
0 commit comments