-
### Go version
go version go 1.20.1 darwin/arm64
### GoFrame version
2.7.2
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
直接运行 gf gen service 就可以重现
###…
-
问题:点击具体的api后,无法显示api文档和调试界面,具体情况如下两张图,可能是前端的问题?
-
I would like to deploy the robot on my website. Here is the information about my bot.
| bot_id | bot_name | bot_description |
|--------------|-----------|-----------|
| aab9125a-14a4-4aed-8…
-
### Go version
go version go1.22.7 darwin/amd64
### GoFrame version
2.7.4
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```golang
package main
im…
-
后面是否可以考虑下下面的一些功能:
1、API 自动绑定: API 定义与控制器自动绑定,API参数自动校验,简化 API 开发流程,提高开发效率。
2、OpenAPI 文档自动生成: 支持自动生成 OpenAPI 规范文档,方便 API 的调试和集成
类似于goframe v2的一些api文档生成,参数校验等实用功能,这样就不用每个api下面的内容
// Add 创建SysApi
…
HHC26 updated
2 months ago
-
你好,升级后app下的model中的数据结构是否可以开放出来下
-
### Go version
go 1.21
### GoFrame version
v2.7.2
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
多个服务共用一个目录注册时,file_discovery.go第97行执行gfile.Remove(fileP…
-
### Go version
go1.20
### GoFrame version
2.7.0
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
1. 使用 `github.com/gogf/gf/contrib/trace/otlpgrpc/v2` 上传数据…
-
// Create 创建内容
func (s *sContent) Create(ctx context.Context, in model.ContentCreateInput) (out model.ContentCreateOutput, err error) {
if in.UserId == 0 {
in.UserId = service.BizCtx().Get(ctx).…
-
教程不太详细。
下下来,运行不起来