docs/micro-service/structure #223
Replies: 1 comment
-
grpcui -plaintext -proto manifest/protobuf/user/v1/user.proto localhost:63450 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/micro-service/structure
使用GoFrame框架进行微服务开发的标准工程目录结构,包括协议文件和接口文件的管理。详细描述了如何利用GoFrame框架的开发工具生成数据表结构对应的protobuf文件,以及如何编译协议文件生成接口和控制器。同时,说明了服务的启动和接口实现的具体步骤,并介绍了标签注入和数据校验插件的使用方法。
https://goframe.org/docs/micro-service/structure
Beta Was this translation helpful? Give feedback.
All reactions