responsevo

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleIdRespVo

type ExampleIdRespVo struct {
	ID string
}

ExampleIdRespVo 示例ID相应对象

type ExampleListRespVo

type ExampleListRespVo struct {
	List []ExampleRespVo `json:"list"`
}

ExampleListRespVo 示例列表响应对象

type ExampleRespVo

type ExampleRespVo struct {
	ID       string                 `json:"id"`
	ExamName string                 `json:"exam_name"`
	ExamAge  int                    `json:"exam_age"`
	Courses  []string               `json:"courses,omitempty"`
	Profile  map[string]interface{} `json:"profile,omitempty"`
	commonvo.Timestamps
}

ExampleRespVo 示例响应对象

Jump to

Keyboard shortcuts

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