(sectionTitle string)
| 28 | } |
| 29 | |
| 30 | func errIncomplete(sectionTitle string) error { |
| 31 | return fmt.Errorf("**%s** was not completed for application", sectionTitle) |
| 32 | } |
| 33 | |
| 34 | func errEmpty(sectionTitle string) error { |
| 35 | return fmt.Errorf("**%s** is empty", sectionTitle) |
no outgoing calls
no test coverage detected