Versions in this module Expand all Collapse all v1 v1.2.1 Nov 18, 2019 v1.2.0 Aug 6, 2019 Changes in this version + func ShowQRCode(tk *Ticket) string + type QR struct + func NewQR(context *context.Context) *QR + func (q *QR) GetQRTicket(tq *Request) (t *Ticket, err error) + type Request struct + ActionInfo struct{ ... } + ActionName string + ExpireSeconds int64 + func NewLimitQrRequest(scene interface{}) *Request + func NewTmpQrRequest(exp time.Duration, scene interface{}) *Request + type Ticket struct + ExpireSeconds int64 + Ticket string + URL string