Documentation ¶ Index ¶ func ContainsStr(arr []string, i string) bool type WorkflowInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ContainsStr ¶ func ContainsStr(arr []string, i string) bool Types ¶ type WorkflowInfo ¶ type WorkflowInfo struct { ID int64 `json:"id,omitempty"` Name string `json:"name,omitempty"` Labels []string `json:"labels,omitempty"` //TODO: Rename to RunsOn } Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.