UpdateLabel updates label information.
(l *Label)
| 219 | |
| 220 | // UpdateLabel updates label information. |
| 221 | func UpdateLabel(l *Label) error { |
| 222 | return updateLabel(x, l) |
| 223 | } |
| 224 | |
| 225 | // DeleteLabel delete a label of given repository. |
| 226 | func DeleteLabel(repoID, labelID int64) error { |
no test coverage detected