()
| 430 | } |
| 431 | |
| 432 | func (j *JobType) CreateSuccessfully() string { |
| 433 | return "Create" + j.Name + "Successfully" |
| 434 | } |
| 435 | |
| 436 | func (j *JobType) DoJobSuccessfully() string { |
| 437 | return "Do" + j.Name + "Successfully" |
no outgoing calls
no test coverage detected