package
Version:
v0.0.0-...-2bf1368
Opens a new window with list of versions in this module.
Published: Aug 25, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
LoginMesType = "LoginMes"
LoginResMesType = "LoginResMes"
)
type LoginMes struct {
UserId int `json:"userId"`
UserPwd string `json:"UserPwd"`
}
type LoginResMes struct {
Code int
Error string
}
type Message struct {
Type string `json:"type"`
Data string `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.