package
Version:
v0.0.0-...-92ef796
Opens a new window with list of versions in this module.
Published: Mar 21, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ConnAddrDto struct {
Host string `json:"host"`
Port int32 `json:"port"`
}
@Model _ConnAddrDto
@Description ConnAddr information
@Property host string true "conn host"
@Property port integer true "conn port"
type MessageDto struct {
Message string `json:"message"`
SendTime time.Time `json:"send_time"`
}
type UserDto struct {
Uid int32 `json:"uid"`
Username string `json:"username"`
}
@Model _UserDto
@Description User information
@Property uid integer true "user id"
@Property username string true "username"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.