Documentation ¶
Index ¶
- Constants
- type Captcha
- func (me *Captcha) GetRandCode() string
- func (me *Captcha) OutPut() (string, *image.RGBA)
- func (me *Captcha) RangeRand(min, max int64) int64
- func (me *Captcha) SetCharstr(charstr string)
- func (me *Captcha) SetFontName(fontName string)
- func (me *Captcha) SetFontPath(fontPath string)
- func (me *Captcha) SetFontSize(fontSize float64)
- func (me *Captcha) SetMode(mode int)
Constants ¶
View Source
const ( ModeStr int = 0 ModeArithmetic int = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.