zeromicro / go-zero

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

Home Page:https://go-zero.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i get request obj

qianxi0410 opened this issue · comments

How can I get the original request object in the logic processing function?

pass it to logic from handler.

got it