We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9328db commit c083fa3Copy full SHA for c083fa3
core/workflow/safestate.go
@@ -30,6 +30,7 @@ import (
30
"sync"
31
)
32
33
+// SafeState is a thread-safe structure that holds the state of a role.
34
type SafeState struct {
35
mu sync.RWMutex
36
state sm.State
core/workflow/safestatus.go
@@ -34,6 +34,7 @@ import (
"github.com/spf13/viper"
37
+// SafeStatus is a thread-safe structure that holds the status of a role.
38
type SafeStatus struct {
39
40
status task.Status
0 commit comments