(name, reason string)
| 18 | } |
| 19 | |
| 20 | func markdownInvalidParam(name, reason string) errs.InvalidParam { |
| 21 | return errs.InvalidParam{Name: name, Reason: reason} |
| 22 | } |
| 23 | |
| 24 | // withMarkdownFileParam tags a validation failure with the originating flag |
| 25 | // when it does not already name one. Shared input-file helpers such as |
no outgoing calls
no test coverage detected