msgs

package
v1.1.42 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MJsonA

type MJsonA struct {
	From  *MJsonQ // 來源訊息
	ErrID int     // 錯誤編號
	Count int64   // 封包計數
}

MJsonA 回應Json

type MJsonQ

type MJsonQ struct {
	Time int64 // 傳送時間
}

MJsonQ 要求Json

type MLoginA

type MLoginA struct {
	From  *MLoginQ // 來源訊息
	ErrID int      // 錯誤編號
	Token string   // 新的token
}

MLoginA 回應登入

type MLoginQ

type MLoginQ struct {
	Account string // 帳號
	Time    int64  // 傳送時間
}

MLoginQ 要求登入

type MUpdateA

type MUpdateA struct {
	From  *MUpdateQ // 來源訊息
	ErrID int       // 錯誤編號
	Token string    // 新的token
}

MUpdateA 回應更新

type MUpdateQ

type MUpdateQ struct {
	Account string // 帳號
	Token   string // token
	Time    int64  // 傳送時間
}

MUpdateQ 要求更新

Jump to

Keyboard shortcuts

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