(isClosed bool)
| 80 | } |
| 81 | |
| 82 | func (m *Milestone) ChangeStatus(isClosed bool) error { |
| 83 | return ChangeMilestoneStatus(m, isClosed) |
| 84 | } |
| 85 | |
| 86 | func (m *Milestone) APIFormat() *api.Milestone { |
| 87 | apiMilestone := &api.Milestone{ |
nothing calls this directly
no test coverage detected