-
### 1. What version of `Go` and system type/arch are you using?
go 1.17.12
### 2. What version of `GoFrame` are you using?
v2.4.0
### 3. Can this issue be re-produced with th…
-
### Description
goframe框架后续有打算搞个grpc网关么,如果没有网关的后,搞微服务,下面的子模块要同时写接收http和grpc请求,有点麻烦.
gRPC 网关是一个 HTTP 服务器,它将 RESTful API 转换为 gRPC 请求,然后将 gRPC 响应转换为 RESTful API。大致流程如下:
从 proto 文件中解析出 gRPC 服务的定义。
从…
-
### Go version
Go. Vision
### GoFrame version
3.5.6
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
Good
### What did you see happen?
Good
### What di…
-
### Go version
go version go1.22.5 windows/amd64
### GoFrame version
v2.7.2
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
![image](https://github.com/u…
-
### Go version
go version go1.23.0 darwin/amd64
### GoFrame version
v2.7.2
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
header := map[string]string{
…
-
### Go version
go version go1.23.1 darwin/amd64
### GoFrame version
v2.7.4
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```go
err := g.…
-
### Go version
1.22
### GoFrame version
2.7.4
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```go
package main
import (
_ "net/http/pprof"
"c…
-
### Description
比如从entity开始有个user.
1 controller层的go可以统一规范为: userController
2 logic层的go可以统一规范为:userLogic
其他类似
否则,现在很多层的都叫user,开发工具里找起来极其费力. 希望可以参考一下java的命名规则,还是很方便的.
### Additional
_No respon…
-
### Go version
1.22
### GoFrame version
2.7.0
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
开启链路跟踪
```go
g.Client().GetBytes(ctx, "http…
-
### Go version
1.22
### GoFrame version
2.7.3
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```go
type Rule struct {
ID int64 `json:"id"`
Rule []*…
wln32 updated
2 months ago