We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the example code from Readme
Auth = clean.New(&auth.Config{ DB: gormDB, Render: config.View, Mailer: config.Mailer, UserModel: models.User{}, })
Where to get config & models from ?
The text was updated successfully, but these errors were encountered:
likewise, we can implement the model for user but I didn't find the options to use with config!!
Sorry, something went wrong.
You can find example of how to use QOR at: https://github.com/qor/qor-example
Example of User's model: https://github.com/qor/qor-example/blob/debf77110d7a9eeea6835234a100e73fc699503a/models/users/user.go#L11
User
No branches or pull requests
When using the example code from Readme
Where to get config & models from ?
The text was updated successfully, but these errors were encountered: