response

package
v0.0.0-...-56b5e3d Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Title  []string `json:"title"`
	Score  []int    `json:"score"`
	Remark string   `json:"remark"`
}

type EfficacyList

type EfficacyList struct {
	IsExist bool   `json:"is_exist"`
	List    []List `json:"list"`
}

type LatelyReport

type LatelyReport struct {
	Id                 uint      `json:"id" gorm:"column:id"`
	Name               string    `json:"name" gorm:"column:name"`
	Sex                string    `json:"sex" gorm:"column:sex"`
	Age                uint      `json:"age"`
	ICE                string    `json:"contact_phone"`
	BloodType          string    `json:"blood_type" gorm:"column:blood_type"`
	BloodSugar         string    `json:"blood_sugar" gorm:"column:blood_sugar"`
	HRres              string    `json:"HRres" gorm:"column:HRres"`
	BloodConcentration string    `json:"blood_concentration" gorm:"column:blood_concentration"`
	LowTension         string    `json:"low_tension" gorm:"column:low_tension"`
	HighTension        string    `json:"high_tension" gorm:"column:high_tension"`
	HRV                string    `json:"HRV" gorm:"column:HRV"`
	Ph                 string    `json:"ph" gorm:"column:ph"`
	Mah                string    `json:"mah" gorm:"column:mah"`
	Phi                string    `json:"phi" gorm:"column:phi"`
	Sh                 string    `json:"sh" gorm:"column:sh"`
	Hs                 *bool     `json:"hs" gorm:"column:hs"`
	Pacemaker          *bool     `json:"pacemaker" gorm:"column:pacemaker"`
	Other              string    `json:"other" gorm:"column:other"`
	CreatedAt          time.Time `json:"create_at" gorm:"column:create_at"`
}

type List

type List struct {
	ID      string `json:"id"`
	Name    string `json:"name"`
	IsExist bool   `json:"is_exist"`
}

type QuestionResultResponse

type QuestionResultResponse struct {
	Habitus string `json:"habitus"`
	Data    Data   `json:"data"`
}

Jump to

Keyboard shortcuts

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