Versions in this module Expand all Collapse all v1 v1.0.0 Feb 9, 2023 Changes in this version + var PX500Channel = make(chan *Px500, 1000) + func Run(apps ...Register) + type Example struct + Code string + Tel string + func (p *Example) Register() + type IsExist struct + IsExist bool + Message string + Status string + UserName string + type Px500 struct + Code string + Tel string + func (p *Px500) Register() + type Register interface + Register func() + type SendCodeResp struct + Flag bool + Message string + Phone string + Status string