v1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 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 BatchOperateReq added in v0.5.0

type BatchOperateReq struct {
	g.Meta `path:"/batch/operate" role:"admin" tags:"log/chat" method:"post" summary:"聊天批量操作接口"`
	model.ChatBatchOperateReq
}

聊天批量操作接口请求参数

type BatchOperateRes added in v0.5.0

type BatchOperateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

聊天批量操作接口响应参数

type CopyFieldReq added in v0.5.0

type CopyFieldReq struct {
	g.Meta `path:"/copy/field" role:"user,admin" tags:"log/chat" method:"post" summary:"聊天日志详情复制字段值详情接口"`
	model.ChatCopyFieldReq
}

聊天日志详情复制字段值接口请求参数

type CopyFieldRes added in v0.5.0

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

聊天日志详情复制字段值接口响应参数

type DetailReq

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

聊天详情接口请求参数

type DetailRes

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

聊天详情接口响应参数

type ExportReq added in v0.5.0

type ExportReq struct {
	g.Meta `path:"/export" role:"user,admin" tags:"log/chat" method:"post" summary:"聊天导出接口"`
	model.ChatExportReq
}

聊天导出接口请求参数

type ExportRes added in v0.5.0

type ExportRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

聊天导出接口响应参数

type PageReq

type PageReq struct {
	g.Meta `path:"/page" role:"user,admin" tags:"log/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