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

Method Validate

internal/form/repo.go:51–53  ·  view source on GitHub ↗
(ctx *macaron.Context, errs binding.Errors)

Source from the content-addressed store, hash-verified

49}
50
51func (f *MigrateRepo) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {
52 return validate(errs, ctx.Data, f, ctx.Locale)
53}
54
55type ParseRemoteAddrOptions struct {
56 CloneAddr string

Callers

nothing calls this directly

Calls 1

validateFunction · 0.85

Tested by

no test coverage detected