MCPcopy
hub / github.com/apache/answer / captchaRepo

Struct captchaRepo

internal/repo/captcha/captcha.go:37–39  ·  view source on GitHub ↗

captchaRepo captcha repository

Source from the content-addressed store, hash-verified

35
36// captchaRepo captcha repository
37type captchaRepo struct {
38 data *data.Data
39}
40
41// NewCaptchaRepo new repository
42func NewCaptchaRepo(data *data.Data) action.CaptchaRepo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected