Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildBase64Store ¶
func GetBuildBase64Store ¶
func GetBuildBase64Store() *BuildBase64Store
func (*BuildBase64Store) Get ¶
func (rs *BuildBase64Store) Get(key string, clear bool) string
Get implements base64Captcha.Store.
func (*BuildBase64Store) Set ¶
func (rs *BuildBase64Store) Set(key string, value string) error
Set implements base64Captcha.Store.
func (*BuildBase64Store) UseWithCtx ¶
func (rs *BuildBase64Store) UseWithCtx(ctx context.Context) base64Captcha.Store
type BuildCountStore ¶
func GetBuildCountStore ¶
func GetBuildCountStore() *BuildCountStore
func (*BuildCountStore) AddCount ¶
func (rs *BuildCountStore) AddCount(key string)
func (*BuildCountStore) DelCount ¶
func (rs *BuildCountStore) DelCount(key string)
func (*BuildCountStore) GetCount ¶
func (rs *BuildCountStore) GetCount(key string) int
func (*BuildCountStore) InitCount ¶
func (rs *BuildCountStore) InitCount(key string)
func (*BuildCountStore) UseWithCtx ¶
func (rs *BuildCountStore) UseWithCtx(ctx context.Context) *BuildCountStore
type LoginCountStore ¶
func GetLoginCountStore ¶
func GetLoginCountStore() *LoginCountStore
func (*LoginCountStore) AddCount ¶
func (rs *LoginCountStore) AddCount(key string)
func (*LoginCountStore) DelCount ¶
func (rs *LoginCountStore) DelCount(key string)
func (*LoginCountStore) GetCount ¶
func (rs *LoginCountStore) GetCount(key string) int
func (*LoginCountStore) InitCount ¶
func (rs *LoginCountStore) InitCount(key string)
func (*LoginCountStore) UseWithCtx ¶
func (rs *LoginCountStore) UseWithCtx(ctx context.Context) *LoginCountStore
Click to show internal directories.
Click to hide internal directories.