message

package
v0.0.0-...-2bf1368 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LoginMesType    = "LoginMes"
	LoginResMesType = "LoginResMes"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginMes

type LoginMes struct {
	UserId  int    `json:"userId"`
	UserPwd string `json:"UserPwd"`
}

type LoginResMes

type LoginResMes struct {
	Code  int
	Error string
}

type Message

type Message struct {
	Type string `json:"type"`
	Data string `json:"data"`
}

Jump to

Keyboard shortcuts

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