Peidong Pei

Results 6 issues of Peidong Pei

## Description How to get all the APIs of each router group in gin? I didn't find the corresponding method.

I want to dynamically update the data in the bar chart,I want to dynamically update the data in the bar graph on the web page, but I haven't found a...

How should I configure the facial recognition model using 68 feature points?

Is there a function to get the power of the whole machine, I don't seem to find a function for that in the documentation.

- With issues: - Why can't I receive the ctx.Done() signal in ctx.stream when closing the client connection when using SSE long connection? ## Description When I close the sse...

现有的消息内容构建很麻烦,必须自己定义结构json序列化成字符串发送,建议增加各种类型消息的contentBuilder ```go type LarkCardMessage struct { LarkMessage Template *LarkCardTemplate // 卡片模板 } func NewLarkCardMessageBuilder() *LarkCardMessage { return &LarkCardMessage{ LarkMessage: LarkMessage{ Content: make(map[string]any), }, } } func (l *LarkCardMessage) TemplateId(templateId string)...