-
借鉴goframe封装req和res 在使用上会不会更加简单呢
HHC26 updated
1 month ago
-
注册中心是nacos,然后webframework是goframe,并且orm使用的是goframe自带的orm,远程调用有grpc和类似openfeign的ghttp
-
### Description
Goframe 虽然是一个强大的 Go Web 框架,但在面向海外用户时,可能存在以下几个方面的不足:
1. 文档和翻译:英文文档相较于中文文档可能不够完善。
相信这个不是什么大问题了,现在有了AI翻译,质量也不错。
2. 默认设置:默认配置可能偏向于中国市场需求,缺乏国际化视角。
(1)默认的镜像模板采用了东8区,由于海外的业务更多采用当地…
-
### What do you want to ask?
We are using logrus and logging like this:
```go
log.Info("A simple log")
log.WithFields(log.Fields{
"event": event,
"user_id": userId,
}).Info("A log with fi…
-
**请描述您的问题**
goframe中如何使用
-
-
> https://github.com/wangzhongyang007/goframe-shop-v2/blob/7576f97995cdd0c88a2d8a9a2eec5345d7e8cd08/api/frontend/cart.go#L24C1-L27C2
```go
type ListCartReq struct {
g.Meta `path:"/cart/list" met…
-
### Go version
go version go1.21.9 linux/amd64
### GoFrame version
v2.7.4
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
I use Ip2long to convert IP ad…
-
### What do you want to ask?
`Writer` and `Handler` seem to have a lot of overlapping responsibilities. In fact, they both have an example code in documentation that do the exactly same thing that wr…
-
### Go version
1.22.5
### GoFrame version
1.8。1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
当hook与ScanAndCount一起使用时,程序报错
![image](https://github.c…