v1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetailReq

type DetailReq struct {
	g.Meta `path:"/detail" tags:"chat" method:"get" summary:"聊天详情接口"`
	Id     string `json:"id"`
}

聊天详情接口请求参数

type DetailRes

type DetailRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.ChatDetailRes
}

聊天详情接口响应参数

type PageReq

type PageReq struct {
	g.Meta `path:"/page" tags:"chat" method:"post" summary:"聊天分页列表接口"`
	model.ChatPageReq
}

聊天分页列表接口请求参数

type PageRes

type PageRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.ChatPageRes
}

聊天分页列表接口响应参数

Jump to

Keyboard shortcuts

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