Documentation
¶
Index ¶
- type BodyService
- func (bodyService *BodyService) CreateHealthManageTag(bh *body.HealthManageTag) (err error)
- func (bodyService *BodyService) GetBodyBalanceInfo() (bh []bodyRes.BodyBalance, err error)
- func (bodyService *BodyService) GetBodyBalancePage(id uint) (list bodyRes.BodyBalanceResponse, err error)
- func (bodyService *BodyService) GetFasciaChainInfo() (bh []body.HealthManage, err error)
- func (bodyService *BodyService) GetHealthManageList() (bh []bodyRes.HealthManage, err error)
- func (bodyService *BodyService) GetHealthManageTagByUid(uid, types uint) (hmt body.HealthManageTag, err error)
- func (bodyService *BodyService) GetHisBalancePlan(id string) (list bodyRes.BodyBalanceResponse, err error)
- func (bodyService *BodyService) GetPainLevelDetail(value uint) (sysDictionaryDetail system.SysDictionaryDetail, err error)
- func (bodyService *BodyService) GetPainLevelList() (sysDictionaryDetails []system.SysDictionaryDetail, err error)
- func (bodyService *BodyService) UpdateHealthManageTag(id uint, bh *body.HealthManageTag) (err error)
- type ServiceGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BodyService ¶
type BodyService struct { }
func (*BodyService) CreateHealthManageTag ¶
func (bodyService *BodyService) CreateHealthManageTag(bh *body.HealthManageTag) (err error)
CreateHealthManageTag 创建用户健康管理标签
func (*BodyService) GetBodyBalanceInfo ¶
func (bodyService *BodyService) GetBodyBalanceInfo() (bh []bodyRes.BodyBalance, err error)
GetBodyBalanceInfo 获取身体平衡数据
func (*BodyService) GetBodyBalancePage ¶
func (bodyService *BodyService) GetBodyBalancePage(id uint) (list bodyRes.BodyBalanceResponse, err error)
GetBodyBalancePage 获取身体平衡页面
func (*BodyService) GetFasciaChainInfo ¶
func (bodyService *BodyService) GetFasciaChainInfo() (bh []body.HealthManage, err error)
GetFasciaChainInfo 获取筋膜链数据
func (*BodyService) GetHealthManageList ¶
func (bodyService *BodyService) GetHealthManageList() (bh []bodyRes.HealthManage, err error)
GetHealthManageList 获取疼痛方案数据
func (*BodyService) GetHealthManageTagByUid ¶
func (bodyService *BodyService) GetHealthManageTagByUid(uid, types uint) (hmt body.HealthManageTag, err error)
GetHealthManageTagByUid 获取用户健康管理标签
func (*BodyService) GetHisBalancePlan ¶
func (bodyService *BodyService) GetHisBalancePlan(id string) (list bodyRes.BodyBalanceResponse, err error)
GetHisBalancePlan 获取用户平衡方案
func (*BodyService) GetPainLevelDetail ¶
func (bodyService *BodyService) GetPainLevelDetail(value uint) (sysDictionaryDetail system.SysDictionaryDetail, err error)
GetPainLevelDetail 获取单条疼痛等级详情数据
func (*BodyService) GetPainLevelList ¶
func (bodyService *BodyService) GetPainLevelList() (sysDictionaryDetails []system.SysDictionaryDetail, err error)
GetPainLevelList 获取疼痛等级列表
func (*BodyService) UpdateHealthManageTag ¶
func (bodyService *BodyService) UpdateHealthManageTag(id uint, bh *body.HealthManageTag) (err error)
UpdateHealthManageTag 更新用户健康管理标签
type ServiceGroup ¶
type ServiceGroup struct {
BodyService
}
Click to show internal directories.
Click to hide internal directories.