Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method-based binding API for validation effect #423

Open
TysonMN opened this issue Sep 8, 2021 · 1 comment
Open

Add method-based binding API for validation effect #423

TysonMN opened this issue Sep 8, 2021 · 1 comment

Comments

@TysonMN
Copy link
Member

TysonMN commented Sep 8, 2021

There would be one overload for each type of validate function currently supported. All such function take 'model as input and return one of these:

  1. string list
  2. string voption
  3. string option
  4. Result<'ignored, string>
@TysonMN
Copy link
Member Author

TysonMN commented Sep 8, 2021

Except, don't work on this yet, but this work might depend on #424 and transitively on #362.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant