https://github.com/go-macaron/binding
Package binding is a middleware that provides request data binding and validation for Macaron.
https://github.com/go-macaron/binding
binding go lsif-enabled macaron middleware
Last synced: 3 months ago
JSON representation
Package binding is a middleware that provides request data binding and validation for Macaron.
- Host: GitHub
- URL: https://github.com/go-macaron/binding
- Owner: go-macaron
- License: apache-2.0
- Created: 2014-10-07T10:50:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T15:01:10.000Z (about 4 years ago)
- Last Synced: 2025-05-11T06:30:59.170Z (8 months ago)
- Topics: binding, go, lsif-enabled, macaron, middleware
- Language: Go
- Size: 169 KB
- Stars: 24
- Watchers: 3
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binding
[](https://github.com/go-macaron/binding/actions?query=workflow%3AGo)
[](https://codecov.io/gh/go-macaron/binding)
[](https://pkg.go.dev/github.com/go-macaron/binding?tab=doc)
[](https://sourcegraph.com/github.com/go-macaron/binding)
Middleware binding provides request data binding and validation for [Macaron](https://github.com/go-macaron/macaron).
### Installation
go get github.com/go-macaron/binding
## Getting Help
- [API Reference](https://gowalker.org/github.com/go-macaron/binding)
- [Documentation](https://go-macaron.com/middlewares/binding)
## Credits
This package is a modified version of [martini-contrib/binding](https://github.com/martini-contrib/binding).
## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.