https://github.com/gomatic/go-required
A middleware handler that requires conditions be met, e.g. initializations, before allowing the call
https://github.com/gomatic/go-required
Last synced: 5 months ago
JSON representation
A middleware handler that requires conditions be met, e.g. initializations, before allowing the call
- Host: GitHub
- URL: https://github.com/gomatic/go-required
- Owner: gomatic
- License: gpl-3.0
- Created: 2017-07-02T02:24:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T02:24:38.000Z (about 9 years ago)
- Last Synced: 2025-05-07T23:02:24.955Z (about 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# required
A middleware handler that requires conditions be met, e.g. initializations, before allowing the call