GithubHelp home page GithubHelp logo

Partial validation about ozzo-validation HOT 2 CLOSED

go-ozzo avatar go-ozzo commented on May 17, 2024
Partial validation

from ozzo-validation.

Comments (2)

qiangxue avatar qiangxue commented on May 17, 2024

What about another workaround:

  • build a map of field names and their corresponding validation rules
  • based on the fields that you want to validate, pick up the rules to do the validation?

Here's yet another workaround if you can enumerate different validation scenarios in advance:

  • create multiple versions of field validation rules, one for each scenario
  • validate with the rule list for the particular scenario?

Within the package we want to avoid referencing the field names as they are error prone and cannot get help from the compiler.

from ozzo-validation.

nkovacs avatar nkovacs commented on May 17, 2024

I came up with a better workaround: https://play.golang.org/p/T2SyMMiLFN
I can filter the map, build the rules using the filtered map, and pass those to ValidateStruct.
The only disadvantage of this is that the receiver must be a pointer.

The scenarios are a good point, but unfortunately I can't use them in this case (the api endpoint can receive any combination of fields, the unmarshaler records which fields were received, and filters the validation results based on that).

from ozzo-validation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.