go-zero icon indicating copy to clipboard operation
go-zero copied to clipboard

A cloud-native Go microservices framework with cli tool for productivity.

Results 430 go-zero issues
Sort by recently updated
recently updated
newest added

password is error ![image](https://github.com/zeromicro/go-zero/assets/7445875/5300b5a9-fa02-4766-8efa-cc760304800e) ![image](https://github.com/zeromicro/go-zero/assets/7445875/5e07b443-3c74-4533-aba8-13a85894157d) write code ![image](https://github.com/zeromicro/go-zero/assets/7445875/f0e0c461-51b5-430b-9c13-8d339def69ae) ![image](https://github.com/zeromicro/go-zero/assets/7445875/2f55464a-7db0-46b4-b5d2-7c3cba28b38c) login success

```go func (tw *TimingWheel) run() { for { select { case

stale

```go func (ng *engine) bindFeaturedRoutes(router httpx.Router, fr featuredRoutes, metrics *stat.Metrics) error { verifier, err := ng.signatureVerifier(fr.signature) if err != nil { return err } for _, route := range fr.routes...

stale

gozero的Api的Handler层w http.ResponseWriter需要使用flush(),使用强制转换 `f, ok := w.(http.Flusher)` 没有用 但是使用http原生的http.ResponseWriter进行类型转换却可以转换w.(http.Flusher)

stale

**Is your feature request related to a problem? Please describe.** The current `Walk` function processes each element but does not provide a mechanism for cancellation. If the processing needs to...

Such as: goctl rpc --gateway=on option (google.api.http) in profo file, auto-gen into /etc/ xxxx.yaml mapping

Do not configure Hosts in Upstreams: ```yaml Etcd: Hosts: - 127.0.0.1:2379 Login: # Login service client conf Prefix: /v1 Etcd: Key: mooonlogin.rpc Auth: # Authentication service client conf Prefix: /v2...

kind/bug

![image](https://user-images.githubusercontent.com/64348131/218252775-6e8933af-6d04-46e4-9b33-c64e6f30f299.png) I want to have the same trace-id from istio ingress gateway or sicar envoy as that in go-zero application. Is it possible to extract from it by configuring? example...

如果不能支持,像k8s里面的结构很大,拷贝过来写很麻烦。能不能直接支持

stale

Since I read your tutorial《五分钟给你的 gRPC服务 加上 HTTP 接口 》https://www.cnblogs.com/kevinwan/p/16492868.html, I tried following your instructions, but I encountered some issues and need your help. Here is my local environment: OS:...

stale