Using exposed function.

This commit is contained in:
Aleksandr Melnikov
2020-03-27 12:31:13 -07:00
parent d7a289c895
commit bcf4400aac

View File

@@ -247,7 +247,7 @@ func (c *Client) ValidateWorkflowExecution(namespace string, manifest []byte) (e
return
}
workflows, err := unmarshalWorkflows(manifest, true)
workflows, err := UnmarshalWorkflows(manifest, true)
if err != nil {
return
}