(user, labelSetStr string, removeUser bool)
| 141 | } |
| 142 | |
| 143 | func formatDeleteCallString(user, labelSetStr string, removeUser bool) string { |
| 144 | return fmt.Sprintf("%s,%s,%s", user, labelSetStr, strconv.FormatBool(removeUser)) |
| 145 | } |
no outgoing calls
no test coverage detected