# protobuf-golang **Repository Path**: chengpenghui/protobuf-golang ## Basic Information - **Project Name**: protobuf-golang - **Description**: 1.学习使用grpc-protobuf支持grpc 2.学习使用grpc-gateway支持http 3.学习使用validate进行参数校验 4.学习使用拦截器做相关操作 5.学习使用拦截器进行用户认证 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-16 - **Last Updated**: 2023-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明文档 ------ ***该项目主要是为了学习并验证golang的grpc,主要包括grpc中protobuf的使用,参数校验,同时支持http及自定义tocken认证(通过grpc的拦截器实现)***