zeromicro / go-zero

A cloud-native Go microservices framework with cli tool for productivity.
https://go-zero.dev
MIT License
29.34k stars 3.96k forks source link

goctl tool opt #4458

Closed metaRobin closed 1 day ago

metaRobin commented 4 days ago
  1. add -i CmdFlag to goctl -i, --ignore_pb Whether to ignore generate pb & grpc files (default false)
  2. fix tsgen put method
  3. opt mongo model package nam
kesonan commented 3 days ago

Thank you for your contribution. pb cannot be ignored. Once ignored, we cannot guarantee the health of the generated code. Regarding ts, you can submit a separate PR for processing. pb is not accepted for the time being.

metaRobin commented 1 day ago

Thank you for your contribution. pb cannot be ignored. Once ignored, we cannot guarantee the health of the generated code. Regarding ts, you can submit a separate PR for processing. pb is not accepted for the time being.