captchaRepo captcha repository
| 35 | |
| 36 | // captchaRepo captcha repository |
| 37 | type captchaRepo struct { |
| 38 | data *data.Data |
| 39 | } |
| 40 | |
| 41 | // NewCaptchaRepo new repository |
| 42 | func NewCaptchaRepo(data *data.Data) action.CaptchaRepo { |
nothing calls this directly
no outgoing calls
no test coverage detected