v1

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: Apache-2.0 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

type BatchOperateReq struct {
	g.Meta `path:"/batch/operate" method:"post" auth:"true" role:"admin" tags:"log_text" summary:"文本日志批量操作接口"`
	model.LogTextBatchOperateReq
}

文本日志批量操作接口请求参数

type BatchOperateRes

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

文本日志批量操作接口响应参数

type CopyFieldReq

type CopyFieldReq struct {
	g.Meta `` /* 143-byte string literal not displayed */
	model.LogTextCopyFieldReq
}

文本日志详情复制字段值接口请求参数

type CopyFieldRes

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

文本日志详情复制字段值接口响应参数

type DetailReq

type DetailReq struct {
	g.Meta `path:"/detail" method:"get" auth:"true" role:"user,reseller,admin" tags:"log_text" summary:"文本日志详情接口"`
	Id     string `json:"id"`
}

文本日志详情接口请求参数

type DetailRes

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

文本日志详情接口响应参数

type ExportReq

type ExportReq struct {
	g.Meta `path:"/export" method:"post" auth:"true" role:"user,reseller,admin" tags:"log_text" summary:"文本日志导出接口"`
	model.LogTextExportReq
}

文本日志导出接口请求参数

type ExportRes

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

文本日志导出接口响应参数

type PageReq

type PageReq struct {
	g.Meta `path:"/page" method:"post" auth:"true" role:"user,reseller,admin" tags:"log_text" summary:"文本日志分页列表接口"`
	model.LogTextPageReq
}

文本日志分页列表接口请求参数

type PageRes

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

文本日志分页列表接口响应参数

Jump to

Keyboard shortcuts

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