chore: updated method docs

This commit is contained in:
Andrey Melnikov
2020-09-29 11:17:50 -07:00
parent 541747d232
commit 77716ba56b
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ type WorkflowExecutionFilter struct {
Phase string // empty string means none
}
// GetLabels returns the labels in the filter
func (wf *WorkflowExecutionFilter) GetLabels() []*Label {
return wf.Labels
}