(sectionTitle string)
| 36 | } |
| 37 | |
| 38 | func errMustBeChecked(sectionTitle string) error { |
| 39 | return fmt.Errorf("**%s** must be checked", sectionTitle) |
| 40 | } |
| 41 | |
| 42 | func errInvalidAccountURL(sectionTitle string) error { |
| 43 | return fmt.Errorf("**%s** is invalid 1Password account URL", sectionTitle) |
no outgoing calls
no test coverage detected