-
Such as: goctl rpc --gateway=on
option (google.api.http) in profo file, auto-gen into /etc/ xxxx.yaml mapping
vio51 updated
5 months ago
-
**Is your feature request related to a problem? Please describe.**
Currently, PB files do not support external imports, which makes it inconvenient to directly apply certain plugins as they require…
-
**Describe the bug**
If I define two routes with the same path content, but with different Method, then go-zero always returns 405 Method Not Allowed for one method. As we know, for a resource, we s…
-
**Describe the bug**
How to use a datetime field under the 'model'? I can't query anything. Can you help me?
**To Reproduce**
select `id`,`name`,`voice`,`desc`,`sample_rate_hertz`,`voice_type`,`w…
-
![image](https://github.com/butane123/butane-netdisk/assets/51886349/7aa8b0ee-2a87-47e1-a4f1-6ab0f70e96db)
-
As we all know, if using int or float instead of decimal, there may be precision loss, which is fatal for finance. We hope thatdevelopers can enable goct to generate the type of decimal.Decimal to res…
-
i used this command
`goctl model mysql datasource --url "root:@tcp(127.0.0.1:3306)/qrmenu" --dir ./internal/model --style go_zero --table "*" --cache=true`
my table structure
`-- auto-generated d…
-
https://zeromicro.github.io/go-zero/micro-service.html
-
go-zero自动生成的crud如下:
```go
subscriptionsModel interface {
Insert(ctx context.Context, data *Subscriptions) (sql.Result, error)
FindOne(ctx context.Context, id int64) (*Subscriptions, error…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior, if applicable:
1. The code is
```go
```
2. The erro…