MCPcopy Create free account
hub / github.com/gogs/gogs / Validate

Method Validate

internal/form/admin.go:37–39  ·  view source on GitHub ↗
(ctx *macaron.Context, errs binding.Errors)

Source from the content-addressed store, hash-verified

35}
36
37func (f *AdminEditUser) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {
38 return validate(errs, ctx.Data, f, ctx.Locale)
39}

Callers

nothing calls this directly

Calls 1

validateFunction · 0.85

Tested by

no test coverage detected