-
导致导入api工具有问题
-
# 微服务税
[http://xargin.com/microservice-tax-and-grpc-mock/](http://xargin.com/microservice-tax-and-grpc-mock/)
-
## Suggestion/improvement
如题,不知道 fast-request 是否是根据当前项目代码生成的接口信息,以及如果是的话是否考虑支持其他语言呢?
-
怎么实现从一个map数据源,使用Struct里定义好的规则来校验数据的有效性?同时要校验成功后,可以把map的数据绑定到struct中?
主要的场景是在request中,需要将请求的数据绑定到定义好的struct中,绑定时使用struct中的规则来绑定,不符合就返回err,符合就绑定。
-
Could you please show me how to tag sentence by the trained model? Thanks.
-
# 一些开源电商平台调研:
## 目标:
- [x] 尝试基于 `go-zero` 用`生产级别`的`微服务`的`最佳实践`方式写一套`电商平台`.
## Why?
- 既然有那么多电商系统, 为什么还要再写一遍?
- 原因:
- [x] 这些大都是单体项目, 非`微服务`.
- [x] 这些大都是 demo 级别(超小企业架构), 非`规…
-
需要改进
一、全局的注册服务发现功能,希望改成按需加载。
二、GRPC服务端建议加个超时管理,客户端连过来超过N秒后就断开。这方面gozero处理得非常好
三、GRPC客户端首次链接时不会抛出error异常。这个应该需要抛出来才行
-
gozero's built-in Redis-wrapped hmset can only handle map[string]string data
Now an object to store hash data structure, is there a better way to handle it?
![image](https://github.com/zeromicro/g…
-
gozero的Api的Handler层w http.ResponseWriter需要使用flush(),使用强制转换
`f, ok := w.(http.Flusher)`
没有用
但是使用http原生的http.ResponseWriter进行类型转换却可以转换w.(http.Flusher)
-
go.mod => github.com/SpectatorNan/gorm-zero v1.5.0
goctl => 1.7.0
template => 1.7.0
使用了goctl model 生成了以下内容
```
func (m *defaultGameServiceModel) BatchInsert(ctx context.Context, tx *gorm.DB, n…