dao

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dao

type Dao struct {
	// contains filtered or unexported fields
}

Dao captcha service Dao.

func New

func New(c *conf.Config) (d *Dao)

New new a captcha dao.

func (*Dao) AddTokenCache

func (d *Dao) AddTokenCache(c context.Context, key string, ttl int32) (err error)

AddTokenCache add token redis cache.

func (*Dao) CaptchaCache

func (d *Dao) CaptchaCache(c context.Context, token string) (code string, isInit bool, err error)

CaptchaCache get captcha cache.

func (*Dao) Close

func (d *Dao) Close()

Close close captcha all connection.

func (*Dao) DelCaptchaCache

func (d *Dao) DelCaptchaCache(c context.Context, token string) (err error)

DelCaptchaCache delete captcha cache.

func (*Dao) Ping

func (d *Dao) Ping(c context.Context) (err error)

Ping captcha service health check, connection is ok.

func (*Dao) UpdateTokenCache

func (d *Dao) UpdateTokenCache(c context.Context, token, code string, ttl int32) (err error)

UpdateTokenCache update token cache.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL