# kitex_proto **Repository Path**: fpy-go/kitex_proto ## Basic Information - **Project Name**: kitex_proto - **Description**: 使用ketix生成的项目脚手架 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-06 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 ### 本项目生成步骤 1. go mod init kitex_proto 2. kitex --thrift-plugin validator -module gitee.com/fpy-go/kitex_proto idl/item.thrift 3. kitex --thrift-plugin validator -module gitee.com/fpy-go/kitex_proto idl/stock.thrift 4. // item 目录下执行 kitex --thrift-plugin validator -module gitee.com/fpy-go/kitex_proto -service example.shop.item -use kitex_proto/kitex_gen ../../idl/item.thrift 5. // stock 目录下执行 kitex --thrift-plugin validator -module gitee.com/fpy-go/kitex_proto -service example.shop.stock -use kitex_proto/kitex_gen ../../idl/stock.thrift