types

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FormCount

type FormCount struct {
	RoomId int `json:"roomId" binding:"required"`
}

type FormPush

type FormPush struct {
	Msg      string `json:"msg" binding:"required"`
	ToUserId string `json:"toUserId" binding:"required"`
	RoomId   int    `json:"roomId" binding:"required"`
}

type FormRoom

type FormRoom struct {
	Msg    string `json:"msg" binding:"required"`
	RoomId int    `json:"roomId" binding:"required"`
}

type FormRoomInfo

type FormRoomInfo struct {
	RoomId int `json:"roomId" binding:"required"`
}

type PushResp

type PushResp struct {
	Code    uint32      `json:"code"`
	Message string      `json:"message"`
	Data    interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

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