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 da9512b commit 7b9a605Copy full SHA for 7b9a605
internal/workflow/registry.go
@@ -20,7 +20,6 @@ type Registry struct {
20
21
func NewRegistry() *Registry {
22
return &Registry{
23
- Mutex: sync.Mutex{},
24
workflowMap: make(map[string]wf.Workflow),
25
activityMap: make(map[string]interface{}),
26
}
0 commit comments