Documentation ¶ Index ¶ type Auth func NewAuth(delay time.Duration, account string, update int) *Auth func (this *Auth) Awake() error func (this *Auth) Start() error type Json func NewJson(delay time.Duration, disconnect bool) *Json func (this *Json) Awake() error func (this *Json) Start() error type Proto func NewProto(delay time.Duration, disconnect bool) *Proto func (this *Proto) Awake() error func (this *Proto) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Auth ¶ type Auth struct { *entitys.Module // 模組資料 // contains filtered or unexported fields } Auth Auth模組 func NewAuth ¶ func NewAuth(delay time.Duration, account string, update int) *Auth NewAuth 建立Auth模組 func (*Auth) Awake ¶ func (this *Auth) Awake() error Awake 喚醒處理 func (*Auth) Start ¶ func (this *Auth) Start() error Start 啟動處理 type Json ¶ type Json struct { *entitys.Module // 模組資料 // contains filtered or unexported fields } Json Json模組 func NewJson ¶ func NewJson(delay time.Duration, disconnect bool) *Json NewJson 建立Json模組 func (*Json) Awake ¶ func (this *Json) Awake() error Awake 喚醒處理 func (*Json) Start ¶ func (this *Json) Start() error Start 啟動處理 type Proto ¶ type Proto struct { *entitys.Module // 模組資料 // contains filtered or unexported fields } Proto Proto模組 func NewProto ¶ func NewProto(delay time.Duration, disconnect bool) *Proto NewProto 建立Proto模組 func (*Proto) Awake ¶ func (this *Proto) Awake() error Awake 喚醒處理 func (*Proto) Start ¶ func (this *Proto) Start() error Start 啟動處理 Source Files ¶ View all Source files auth.go json.go proto.go Click to show internal directories. Click to hide internal directories.