Categorygithub.com/macaron-contrib/captcha
modulepackage
0.0.0-20150327103424-9a0a0b14680c
Repository: https://github.com/macaron-contrib/captcha.git
Documentation: pkg.go.dev

# README

captcha Build Status

Middleware captcha provides captcha service for Macaron.

Installation

go get github.com/macaron-contrib/captcha

Getting Help

License

This project is under Apache v2 License. See the LICENSE file for the full license text.

# Functions

Captchaer is a middleware that maps a captcha.Captcha service into the Macaron handler chain.
NewCaptcha initializes and returns a captcha with given options.
NewImage returns a new captcha image of the given width and height with the given digits, where each digit must be in range 0-9.
No description provided by the author

# Structs

Captcha represents a captcha service.
No description provided by the author
No description provided by the author