-
### Go version
1.20
### GoFrame version
2.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```go
g.Model(s.TableName(staticTime)).Where("ti…
MrGlp updated
1 month ago
-
### 1. What version of `Go` and system type/arch are you using?
go1.20.10 darwin/amd64
### 2. What version of `GoFrame` are you using?
v2.5.7
### 3. Can this issue be re-produced with the la…
-
### Go version
go version go1.22.0 darwin/arm64
### GoFrame version
2.7.2
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```go
# 2.7.0
var err1 = gerr…
-
Recently, I worked on a new project that required a complete permission control process. The GF framework does a good job in all aspects, but there is no official permission control plug-in!
I sear…
-
### Go version
go version go1.21.13 darwin/amd64
### GoFrame version
2.7.3
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
在 `2.7.2` 以下代码运行…
-
### Go version
go 1.22.4 amd64
### GoFrame version
2.7.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
i want to get client instance,bu…
-
### Description
在具体的业务实现中,有时需要对一个service去写多个不同的实现以应对不同的业务场景,目前GoFrame自动生成的service接口并不具备这个功能,我推荐自动生成的service可以参考以下格式:
```go
package service
type IConfigService interface {
Foo() string
}
…
-
### Go version
1.22
### GoFrame version
2.7.0
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
1.当Scan的参数是指针的时候,也就是*Result,没有查询到数据,返回sql.Err…
wln32 updated
2 months ago
-
### Is your feature request related to a problem?
Option Yes
### Describe the solution you'd like
I want the method field to support multiple request methods, such as post, put, and get
so that I…
-
### Go version
go version go1.22.5 linux/amd64
### GoFrame version
2.7.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```
logger:
path: "./logs"
…