-
**Is your feature request related to a problem? Please describe.**
I need to write unit-test, which need [gomock](https://github.com/uber-go/mock), and it need interface
**Describe the solution yo…
-
$ goctl rpc protoc proto\forward.proto --go_out=. --go-grpc_out=. --zrpc_out=.
github.com/gogo/protobuf/gogoproto/gogo.proto: File not found.
proto/forward.proto:7:1: Import "github.com/gogo/protob…
d-anz updated
3 weeks ago
-
I encountered an error while using goctl to generate a PostgreSQL model. The error message states "unsupported database type: uuid."
I am currently using goctl version 1.5.2.
I kindly request suppor…
-
gen.go:32 template: dataTemplate:13:45: executing "dataTemplate" at : wrong type for value; expected string; got spec.PrimitiveType
-
```
"securityDefinitions": {
"apiKey": {
"type": "apiKey",
"description": "Enter JWT Bearer token **_only_**",
"name": "Authorization", # 有时会使用自定义的 key
"in": "header…
-
Since i read your tutorial on 《五分钟给你的 gRPC服务 加上 HTTP 接口 》 https://www.cnblogs.com/kevinwan/p/16492868.html
-
**Describe the bug**
I faced a minor problem when I used it. API's JSON response can't used in API's JSON request.It's improtent for some P2P communicate Server.
**To Reproduce**
Steps to reprodu…
-
![d91779b8f3cb9cdf446420e9c169124](https://github.com/zeromicro/go-zero/assets/22211474/14b0e1dc-d1fa-417c-a346-f0a52993d17c)
goctl 1.6.1代码报这个错误给指导一下
-
**Describe the bug**
Sending request with httpc, with array form `?status=["Processing", "Cancelled"]`
Server got error:
```
fullName: `status`, error: `string: `[Processing Cancelled]`, e…
-
**Describe the bug**
通过sql生成model的时候不支持联合主键吗?
packageinfo.sql: unexpected join primary key
**To Reproduce**
任意带有联合主键的建表语句都会报错
1. The code is
```sql
create table packageinfo
(
name …