Versions in this module Expand all Collapse all v1 v1.0.1 Jul 13, 2024 Changes in this version + type Forward string + const ForwardH5 + const ForwardNative + func (q *Forward) UnmarshalJSON(b []byte) error + func (q Forward) MarshalJSON() ([]byte, error) + type HandleResult struct + Data map[string]interface{} + Forward Forward + Type HandlerType + func NewHandleResult(forward Forward, typ HandlerType, data map[string]interface{}) *HandleResult + type HandlerType string + const HandlerTypeGroup + const HandlerTypeLoginConfirm + const HandlerTypeUserInfo + const HandlerTypeWebView + func (q *HandlerType) UnmarshalJSON(b []byte) error + func (q HandlerType) MarshalJSON() ([]byte, error) + type QRCode struct + func New(ctx *config.Context) *QRCode + func (q *QRCode) Route(r *wkhttp.WKHttp)